mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -65,7 +65,8 @@ class SyncRequestInner extends EventTarget {
|
||||
|
||||
const { sender } = this;
|
||||
|
||||
const ourConversation = window.ConversationController.getOurConversationOrThrow();
|
||||
const ourConversation =
|
||||
window.ConversationController.getOurConversationOrThrow();
|
||||
const sendOptions = await getSendOptions(ourConversation.attributes, {
|
||||
syncMessage: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user