Improve reaction types

This commit is contained in:
Evan Hahn 2021-10-13 11:29:15 -05:00 committed by GitHub
parent 35a54cdc02
commit 21c00f51bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

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