Save user when they sort the channel list
This commit is contained in:
parent
f8044bfc96
commit
cddcd9cb47
@ -363,6 +363,8 @@ Client.prototype.sort = function(data) {
|
||||
network.channels = sorted;
|
||||
break;
|
||||
}
|
||||
|
||||
self.save();
|
||||
};
|
||||
|
||||
Client.prototype.names = function(data) {
|
||||
|
Loading…
Reference in New Issue
Block a user