Bundled output for commit feff1a1e7a

Includes transpiled JS/TS, and Typescript declaration files (typings).

[skip ci]
This commit is contained in:
flarum-bot 2024-10-19 10:58:33 +00:00
parent feff1a1e7a
commit 09c70006c6
3 changed files with 4 additions and 4 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long