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; network.channels = sorted;
break; break;
} }
self.save();
}; };
Client.prototype.names = function(data) { Client.prototype.names = function(data) {