[FIX] Drawer navigation won't refresh chats (#432)

This commit is contained in:
Diego Mello 2018-09-13 17:40:03 -03:00 committed by GitHub
parent 96d0b1fcbc
commit 849de55604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -149,10 +149,6 @@ export default class RoomsListView extends LoggedView {
this.removeListener(this.direct);
this.removeListener(this.livechat);
if (database && database.deleteAll) {
database.deleteAll();
}
if (this.timeout) {
clearTimeout(this.timeout);
}