فهرست منبع

Merge pull request #1180 from deltachat/forwarding_to_saved_messages

always refresh messages after forwarding to saved messages chat
cyBerta 4 سال پیش
والد
کامیت
b4a657b6ef
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

+ 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"),