mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
When initializing Redux, add 2 missing properties to conversations slice
This commit is contained in:
committed by
Scott Nonnenberg
parent
2a43505277
commit
92e5ccd764
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user