Select Mode: Exit when forwarding to the same chat
This commit is contained in:
parent
438c72588b
commit
11cb73be5e
@ -297,6 +297,7 @@ addReducer('setForwardChatId', (global, actions, payload) => {
|
|||||||
|
|
||||||
actions.openChat({ id });
|
actions.openChat({ id });
|
||||||
actions.closeMediaViewer();
|
actions.closeMediaViewer();
|
||||||
|
actions.exitMessageSelectMode();
|
||||||
});
|
});
|
||||||
|
|
||||||
addReducer('openForwardMenuForSelectedMessages', (global, actions) => {
|
addReducer('openForwardMenuForSelectedMessages', (global, actions) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user