You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @return {Promise<boolean>} Resolves to false if sending was skipped. Resolves after UNDO_DELAY has elapsed and the message dispatch was triggered. Warning: This might take a long time, depending on UNDO_DELAY.
175
175
*/
176
176
asyncsendMessageWithUndo({ id }){
177
+
this.mainStore.hideMessageComposerMutation()
178
+
177
179
returnnewPromise((resolve,reject)=>{
178
180
constmessage=this.getMessage(id)
179
181
180
182
showUndo(
181
-
t('mail','Message sent'),
183
+
t('mail','Sending message…'),
182
184
async()=>{
183
185
logger.info('Attempting to stop sending message '+message.id)
0 commit comments