Save user when they sort the channel list

This commit is contained in:
Pavel Djundik 2016-06-12 13:02:37 +03:00
parent f8044bfc96
commit cddcd9cb47
1 changed files with 2 additions and 0 deletions

View File

@ -363,6 +363,8 @@ Client.prototype.sort = function(data) {
network.channels = sorted;
break;
}
self.save();
};
Client.prototype.names = function(data) {