Remove unused ConversationModel#getName

This commit is contained in:
Evan Hahn 2021-08-02 16:26:54 -05:00 committed by GitHub
parent bcb9d2d2f3
commit eccd682920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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