mirror of
https://github.com/flarum/core.git
synced 2025-07-17 14:51:19 +02:00
Bundled output for commit d02bf0faa1
Includes transpiled JS/TS, and Typescript declaration files (typings). [skip ci]
This commit is contained in:
4
framework/core/js/dist-typings/forum/states/NotificationListState.d.ts
generated
vendored
4
framework/core/js/dist-typings/forum/states/NotificationListState.d.ts
generated
vendored
@@ -11,4 +11,8 @@ export default class NotificationListState extends PaginatedListState<Notificati
|
||||
* Mark all of the notifications as read.
|
||||
*/
|
||||
markAllAsRead(): Promise<unknown> | undefined;
|
||||
/**
|
||||
* Delete all of the notifications for this user.
|
||||
*/
|
||||
deleteAll(): Promise<unknown> | undefined;
|
||||
}
|
||||
|
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
Reference in New Issue
Block a user