Browse Source

remove missleading comment

cyberta 3 years ago
parent
commit
238690b4ca
1 changed files with 0 additions and 2 deletions
  1. 0 2
      deltachat-ios/Controller/GroupChatDetailViewController.swift

+ 0 - 2
deltachat-ios/Controller/GroupChatDetailViewController.swift

@@ -233,8 +233,6 @@ class GroupChatDetailViewController: UIViewController {
     // MARK: - observers
     private func setupObservers() {
         let nc = NotificationCenter.default
-        // one observer is sufficient since changes of the ephemeral timer and all chat
-        // and member related changes result in a DC_MSG_CHANGED event
         incomingMsgsObserver = nc.addObserver(
             forName: dcNotificationIncoming,
             object: nil,