mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix View Once Video, fix Permissions Popup
* Ensure we're ready to handle incoming View Once messages * Ensure that permissions popup initializes fully
This commit is contained in:
committed by
Ken Powers
parent
483b2b3ff6
commit
edba3a522a
@@ -107,7 +107,7 @@
|
||||
);
|
||||
this.listenTo(
|
||||
this.messageCollection,
|
||||
'add remove destroy',
|
||||
'add remove destroy content-changed',
|
||||
this.debouncedUpdateLastMessage
|
||||
);
|
||||
this.listenTo(this.messageCollection, 'sent', this.updateLastMessage);
|
||||
|
||||
Reference in New Issue
Block a user