1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Bundled output for commit 875fd241b7

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

[skip ci]
This commit is contained in:
flarum-bot
2025-01-31 08:20:25 +00:00
parent 875fd241b7
commit 7136ad01d5
10 changed files with 13 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ export interface IMessagesPageAttrs extends IPageAttrs {
}
export default class MessagesPage<CustomAttrs extends IMessagesPageAttrs = IMessagesPageAttrs> extends Page<CustomAttrs> {
protected selectedDialog: Stream<Dialog | null>;
protected currentDialogId: string | null;
oninit(vnode: Mithril.Vnode<CustomAttrs, this>): void;
dialogRequestParams(): {
include: string;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long