소스 검색

show webxdcs file gallery (#1487)

cyBerta 3 년 전
부모
커밋
5b678813a9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      deltachat-ios/Controller/GroupChatDetailViewController.swift
  2. 1 1
      deltachat-ios/ViewModel/ContactDetailViewModel.swift

+ 1 - 1
deltachat-ios/Controller/GroupChatDetailViewController.swift

@@ -57,7 +57,7 @@ class GroupChatDetailViewController: UIViewController {
             chatId: chatId,
             messageType: DC_MSG_FILE,
             messageType2: DC_MSG_AUDIO,
-            messageType3: 0
+            messageType3: DC_MSG_WEBXDC
         )
     }
 

+ 1 - 1
deltachat-ios/ViewModel/ContactDetailViewModel.swift

@@ -131,7 +131,7 @@ class ContactDetailViewModel {
             chatId: chatId,
             messageType: DC_MSG_FILE,
             messageType2: DC_MSG_AUDIO,
-            messageType3: 0
+            messageType3: DC_MSG_WEBXDC
         )
     }