Browse Source

show archived-chats-link in chatlist

B. Petersen 5 years ago
parent
commit
022eb20749
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

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

@@ -106,7 +106,7 @@ class ChatListController: UIViewController {
     }
     }
 
 
     private func getChatList() {
     private func getChatList() {
-        guard let chatlistPointer = dc_get_chatlist(mailboxPointer, DC_GCL_NO_SPECIALS, nil, 0) else {
+        guard let chatlistPointer = dc_get_chatlist(mailboxPointer, 0, nil, 0) else {
             fatalError("chatlistPointer was nil")
             fatalError("chatlistPointer was nil")
         }
         }
         // ownership of chatlistPointer transferred here to ChatList object
         // ownership of chatlistPointer transferred here to ChatList object