nextcloud / talk-ios

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

Joining open conversation has empty messages on first join #1811

Open SystemKeeper opened 2 months ago

SystemKeeper commented 2 months ago

Probably the room can’t be found and therefore message rendering stops

SystemKeeper commented 2 months ago

While https://github.com/nextcloud/talk-ios/pull/1815 works around that issue so that no room object is required to render a message (which makes sense anyway), we should make sure that when we join a listable room, that this room is added to realm before we reload the conversation list.