Room summary: localUnreadEventCount has moved

This commit is contained in:
manuroe
2017-03-22 15:45:22 +01:00
parent c8cb9f1785
commit e9f6a52259
+1 -1
View File
@@ -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)
{