diff --git a/ts/models/conversations.ts b/ts/models/conversations.ts index 1a0e93caa..eabc68cfd 100644 --- a/ts/models/conversations.ts +++ b/ts/models/conversations.ts @@ -5000,11 +5000,6 @@ export class ConversationModel extends window.Backbone } } - getName(): string | undefined { - // eslint-disable-next-line no-useless-return - return; - } - pin(): void { if (this.get('isPinned')) { return;