linting and formatting changes

pull/2000/head
warrickct 3 years ago
parent 043c2fa99f
commit ac8dbb341b

@ -257,6 +257,7 @@ const AvatarItem = (props: {
);
};
// tslint:disable: max-func-body-length
const ConversationListItem = (props: Props) => {
const {
activeAt,

@ -318,7 +318,7 @@ async function handleRegularMessage(
}
if (type === 'outgoing' && window.lokiFeatureFlags.useMessageRequests) {
handleSyncedReceipts(message, conversation);
await handleSyncedReceipts(message, conversation);
// assumes sync receipts are always from linked device outgoings
await conversation.setIsApproved(true);

Loading…
Cancel
Save