diff --git a/js/modules/loki_public_chat_api.js b/js/modules/loki_public_chat_api.js index b7233ca39..f2f312206 100644 --- a/js/modules/loki_public_chat_api.js +++ b/js/modules/loki_public_chat_api.js @@ -412,8 +412,6 @@ class LokiPublicChannelAPI { res.response.data.annotations.forEach(note => { if (note.type === 'net.patter-app.settings') { // note.value.description only needed for directory - // this.conversation.setGroupNameAndAvatar(note.value.name, - // note.value.avatar); if (note.value && note.value.name) { this.conversation.setGroupName(note.value.name); }