feat: added todo to section duck

we want to move it into a redux slice in future
pull/2971/head
William Grant 2 years ago
parent be8c3b042f
commit 730641a14d

@ -174,8 +174,6 @@ async function handleMessageSentFailure(
);
}
// We don't set the expirationStartTimestamp on a disappearing message here incase the user wishes to try and resend the message
await fetchedMessage.commit();
await fetchedMessage.getConversation()?.updateLastMessage();
}

@ -1,3 +1,4 @@
// TODOLATER move into redux slice
import { SessionSettingCategory } from '../../components/settings/SessionSettings';
export const FOCUS_SECTION = 'FOCUS_SECTION';

Loading…
Cancel
Save