diff --git a/js/storage.js b/js/storage.js index bff83cf33..27e29bfd2 100644 --- a/js/storage.js +++ b/js/storage.js @@ -77,6 +77,7 @@ _Storage.prototype.nwStopLoggingChat = function() { } }; _Storage.prototype.nwLogChat = function(roomid, line) { + roomid = toRoomid(roomid); var self = this; if (!this.loggingChat) return; var chatLogFdMonth = this.getLogMonth();