mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fun picker improvements
This commit is contained in:
@@ -416,7 +416,7 @@ async function withPreSendChecks(
|
||||
): Promise<void> {
|
||||
const conversation = window.ConversationController.get(conversationId);
|
||||
if (!conversation) {
|
||||
throw new Error('sendMultiMediaMessage: No conversation found');
|
||||
throw new Error('withPreSendChecks: No conversation found');
|
||||
}
|
||||
|
||||
const sendStart = Date.now();
|
||||
@@ -949,7 +949,7 @@ function onEditorStateChange({
|
||||
|
||||
const conversation = window.ConversationController.get(conversationId);
|
||||
if (!conversation) {
|
||||
throw new Error('processAttachments: Unable to find conversation');
|
||||
throw new Error('onEditorStateChange: Unable to find conversation');
|
||||
}
|
||||
|
||||
const state = getState().composer.conversations[conversationId];
|
||||
|
||||
Reference in New Issue
Block a user