Merge pull request #401 from thelounge/xpaw/save-when-sorting

Save user when they sort the channel list
This commit is contained in:
Jérémie Astori 2016-06-12 21:22:05 -04:00 committed by GitHub
commit 2bf6a2595b

View file

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