Remove unused ConversationModel#getName
This commit is contained in:
parent
bcb9d2d2f3
commit
eccd682920
1 changed files with 0 additions and 5 deletions
|
@ -5000,11 +5000,6 @@ export class ConversationModel extends window.Backbone
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
getName(): string | undefined {
|
|
||||||
// eslint-disable-next-line no-useless-return
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
pin(): void {
|
pin(): void {
|
||||||
if (this.get('isPinned')) {
|
if (this.get('isPinned')) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue