Skip to content

Commit

Permalink
Remove unused ConversationModel#getName
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Aug 2, 2021
1 parent bcb9d2d commit eccd682
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ts/models/conversations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit eccd682

Please sign in to comment.