diff --git a/ts/models/conversations.ts b/ts/models/conversations.ts index 3233f6677b..baf29dda9b 100644 --- a/ts/models/conversations.ts +++ b/ts/models/conversations.ts @@ -110,7 +110,7 @@ export class ConversationModel extends window.Backbone.Model< { senderId: string; timer: NodeJS.Timer } >; - contactCollection?: Backbone.Collection; + contactCollection?: Backbone.Collection; debouncedUpdateLastMessage?: () => void;