@ -914,7 +914,12 @@ async function updateToLokiSchemaVersion1(currentVersion, instance) {
profileAvatar: 'images/loki/loki_icon.png',
};
await initConversation(publicChatData);
const autoJoinLokiChats = false;
if (autoJoinLokiChats) {
}
await initConversation(newsRssFeedData);
await initConversation(updatesRssFeedData);
@ -1350,6 +1350,7 @@ class LokiPublicChannelAPI {
/* eslint-enable no-param-reassign */
// process remaining messages
/* eslint-disable no-param-reassign */
slaveMessages.forEach(messageData => {
const slaveKey = messageData.source;
@ -1377,6 +1378,7 @@ class LokiPublicChannelAPI {
message: messageData,
});
// if we received one of our own messages
if (lastProfileName !== false) {