Add the server and channel plus proper displayName

pull/388/head
Beaudan 6 years ago
parent 89980e3248
commit 90f788c591

@ -789,7 +789,11 @@ async function updateToLokiSchemaVersion1(currentVersion, instance) {
sessionResetStatus: 0, sessionResetStatus: 0,
swarmNodes: [], swarmNodes: [],
type: 'private', type: 'private',
profileName: 'Loki Public Chat', profile: {
displayName: 'Loki Public Chat',
},
server: 'https://chat.lokinet.org',
channelId: '1',
unlockTimestamp: null, unlockTimestamp: null,
unreadCount: 0, unreadCount: 0,
verified: 0, verified: 0,

Loading…
Cancel
Save