فهرست منبع

remove missleading comment

cyberta 3 سال پیش
والد
کامیت
238690b4ca
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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,