mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Room summary: localUnreadEventCount has moved
This commit is contained in:
@@ -2906,7 +2906,7 @@
|
||||
if ([self isBubblesTableScrollViewAtTheBottom] == NO)
|
||||
{
|
||||
// Retrieve the unread messages count
|
||||
NSUInteger unreadCount = [self.roomDataSource.room localUnreadEventCount];
|
||||
NSUInteger unreadCount = self.roomDataSource.room.summary.localUnreadEventCount;
|
||||
|
||||
if (unreadCount == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user