fixed typos for translations and method name.

pull/2000/head
Warrick Corfe-Tan 3 years ago
parent c3924f85a9
commit 87235641cb

@ -447,5 +447,5 @@
"blockAll": "Block All",
"messageRequests": "Message Requests",
"requestsSubtitle": "Pending Requests",
"requestsPlaceHolder": "No requests"
"requestsPlaceholder": "No requests"
}

@ -463,7 +463,7 @@ export async function handleMessageJob(
conversationKey: conversation.id,
messageModelProps: message.getMessageModelProps(),
});
trotthledAllMessagesAddedDispatch();
throttledAllMessagesAddedDispatch();
if (message.get('unread')) {
await conversation.throttledNotify(message);
}
@ -479,7 +479,7 @@ export async function handleMessageJob(
}
}
const trotthledAllMessagesAddedDispatch = _.throttle(() => {
const throttledAllMessagesAddedDispatch = _.throttle(() => {
if (updatesToDispatch.size === 0) {
return;
}

Loading…
Cancel
Save