mirror of
https://github.com/flarum/core.git
synced 2025-08-03 23:17:43 +02:00
Bundled output for commit 5d26a72e98
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
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<ComposerState>}
|
||||
* @return {Promise<import('../states/ComposerState.js')>}
|
||||
*/
|
||||
function replyAction(goToLast: boolean, forceRefresh: boolean): Promise<ComposerState>;
|
||||
function replyAction(goToLast: boolean, forceRefresh: boolean): Promise<typeof import("../states/ComposerState.js")>;
|
||||
/**
|
||||
* Hide a discussion.
|
||||
*
|
||||
|
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
Reference in New Issue
Block a user