From 90f788c5916105f7b8661574948ba72661b8eba2 Mon Sep 17 00:00:00 2001 From: Beaudan Date: Fri, 19 Jul 2019 13:08:08 +1000 Subject: [PATCH] Add the server and channel plus proper displayName --- app/sql.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/sql.js b/app/sql.js index aa8bb275b..5ff936e18 100644 --- a/app/sql.js +++ b/app/sql.js @@ -789,7 +789,11 @@ async function updateToLokiSchemaVersion1(currentVersion, instance) { sessionResetStatus: 0, swarmNodes: [], type: 'private', - profileName: 'Loki Public Chat', + profile: { + displayName: 'Loki Public Chat', + }, + server: 'https://chat.lokinet.org', + channelId: '1', unlockTimestamp: null, unreadCount: 0, verified: 0,