|
|
@ -854,7 +854,10 @@ async function updateToLokiSchemaVersion1(currentVersion, instance) {
|
|
|
|
|
|
|
|
|
|
|
|
const publicChatData = {
|
|
|
|
const publicChatData = {
|
|
|
|
...baseData,
|
|
|
|
...baseData,
|
|
|
|
id: `publicChat:1@${lokiPublicServerData.serverUrl.replace(/^https?\:\/\//i, '')}`,
|
|
|
|
id: `publicChat:1@${lokiPublicServerData.serverUrl.replace(
|
|
|
|
|
|
|
|
/^https?:\/\//i,
|
|
|
|
|
|
|
|
''
|
|
|
|
|
|
|
|
)}`,
|
|
|
|
server: lokiPublicServerData.serverUrl,
|
|
|
|
server: lokiPublicServerData.serverUrl,
|
|
|
|
name: 'Loki Public Chat',
|
|
|
|
name: 'Loki Public Chat',
|
|
|
|
channelId: '1',
|
|
|
|
channelId: '1',
|
|
|
|