Improve reaction types
This commit is contained in:
parent
35a54cdc02
commit
21c00f51bd
4 changed files with 5 additions and 5 deletions
|
@ -4870,7 +4870,7 @@ export class ConversationModel extends window.Backbone
|
|||
|
||||
async notify(
|
||||
message: Readonly<MessageModel>,
|
||||
reaction?: WhatIsThis
|
||||
reaction?: Readonly<ReactionModel>
|
||||
): Promise<void> {
|
||||
// As a performance optimization don't perform any work if notifications are
|
||||
// disabled.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue