linting and formatting changes

This commit is contained in:
warrickct 2021-11-22 17:36:23 +11:00
parent 043c2fa99f
commit ac8dbb341b
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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);