From cddcd9cb4739dc6769483bae16644c1d823fe15f Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 12 Jun 2016 13:02:37 +0300 Subject: [PATCH] Save user when they sort the channel list --- src/client.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/client.js b/src/client.js index f0641e8e..15d95554 100644 --- a/src/client.js +++ b/src/client.js @@ -363,6 +363,8 @@ Client.prototype.sort = function(data) { network.channels = sorted; break; } + + self.save(); }; Client.prototype.names = function(data) {