Skip to content

Commit

Permalink
When initializing Redux, add 2 missing properties to conversations slice
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal authored and scottnonnenberg-signal committed Feb 10, 2021
1 parent 2a43505 commit 92e5ccd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ts/background.ts
Expand Up @@ -733,6 +733,8 @@ type WhatIsThis = import('./window.d').WhatIsThis;
selectedConversation: undefined,
selectedMessage: undefined,
selectedMessageCounter: 0,
selectedConversationPanelDepth: 0,
selectedConversationTitle: '',
showArchived: false,
},
emojis: window.Signal.Emojis.getInitialState(),
Expand Down

0 comments on commit 92e5ccd

Please sign in to comment.