fixed typos for translations and method name.

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

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

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

Loading…
Cancel
Save