mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 07:45:34 +08:00
Bundled output for commit feff1a1e7a
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
parent
feff1a1e7a
commit
09c70006c6
4
framework/core/js/dist-typings/forum/utils/DiscussionControls.d.ts
generated
vendored
4
framework/core/js/dist-typings/forum/utils/DiscussionControls.d.ts
generated
vendored
|
@ -49,9 +49,9 @@ declare namespace DiscussionControls {
|
|||
* @param {boolean} goToLast Whether or not to scroll down to the last post if the discussion is being viewed.
|
||||
* @param {boolean} forceRefresh Whether or not to force a reload of the composer component, even if it is already open for this discussion.
|
||||
*
|
||||
* @return {Promise<void>}
|
||||
* @return {Promise<ComposerState>}
|
||||
*/
|
||||
function replyAction(goToLast: boolean, forceRefresh: boolean): Promise<void>;
|
||||
function replyAction(goToLast: boolean, forceRefresh: boolean): Promise<ComposerState>;
|
||||
/**
|
||||
* Hide a discussion.
|
||||
*
|
||||
|
|
2
framework/core/js/dist/forum.js
generated
vendored
2
framework/core/js/dist/forum.js
generated
vendored
File diff suppressed because one or more lines are too long
2
framework/core/js/dist/forum.js.map
generated
vendored
2
framework/core/js/dist/forum.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user