Code additions/edits

This commit is contained in:
Tulir Asokan
2017-11-16 12:34:58 +02:00
parent 9d705bd5c8
commit 0388c96881
5 changed files with 26 additions and 15 deletions
-3
View File
@@ -79,9 +79,6 @@ class TelegramPeer {
this.title = dialog.title
changed = true
}
if (changed) {
this.save()
}
return changed
}