Clean up conversation change handler

This commit is contained in:
trevor-signal 2023-06-12 13:13:50 -04:00 committed by GitHub
parent 62e648da27
commit cf8e100358
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3887,7 +3887,6 @@ function showConversation({
// notify composer in case we need to stop recording a voice note
if (conversations.selectedConversationId) {
log.error('conversations - handleLeave');
dispatch(handleLeaveConversation(conversations.selectedConversationId));
}