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
+5 -1
View File
@@ -107,7 +107,11 @@ class Portal {
changed = true
}
}
return this.peer.updateInfo(dialog) || changed
changed = this.peer.updateInfo(dialog) || changed
if (changed) {
this.save()
}
return changed
}
toEntry() {