nextcloud / talk-ios

📱😀 Video & audio calls through Nextcloud on iOS
GNU General Public License v3.0
146 stars 86 forks source link

Not processing all offline messages #1672

Closed SystemKeeper closed 1 month ago

SystemKeeper commented 1 month ago

The following return statement is wrong, it should be a continue https://github.com/nextcloud/talk-ios/blob/d2f69ce5ba01aee2d8be629fe9488e7c0a101551/NextcloudTalk/NCRoomsManager.m#L427

Will be fixed with https://github.com/nextcloud/talk-ios/pull/1671

SystemKeeper commented 1 month ago

Fixed by #1671