Select Mode: Exit when forwarding to the same chat

This commit is contained in:
Alexander Zinchuk 2021-05-12 22:22:14 +03:00
parent 438c72588b
commit 11cb73be5e

View File

@ -297,6 +297,7 @@ addReducer('setForwardChatId', (global, actions, payload) => {
actions.openChat({ id });
actions.closeMediaViewer();
actions.exitMessageSelectMode();
});
addReducer('openForwardMenuForSelectedMessages', (global, actions) => {