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

View file

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