Эх сурвалжийг харах

always refresh messages after forwarding to saved messages chat

cyberta 4 жил өмнө
parent
commit
0f89e95536

+ 1 - 0
deltachat-ios/Chat/ChatViewController.swift

@@ -976,6 +976,7 @@ class ChatViewController: UITableViewController {
         let chat = dcContext.getChat(chatId: self.chatId)
         if chat.isSelfTalk {
             RelayHelper.sharedInstance.forward(to: self.chatId)
+            refreshMessages()
         } else {
             confirmationAlert(title: String.localizedStringWithFormat(String.localized("ask_forward"), chat.name),
                               actionTitle: String.localized("menu_forward"),