Filter message events by namespace

This commit is contained in:
Ali
2019-12-24 20:19:50 +04:00
parent c75bde7573
commit 55f8fd4535
2 changed files with 14 additions and 11 deletions

View File

@@ -330,9 +330,9 @@ final class ChatHistoryPreloadManager {
guard let strongSelf = self else {
return
}
/*#if DEBUG
#if DEBUG
return
#endif*/
#endif
var indices: [(ChatHistoryPreloadIndex, Bool, Bool)] = []
for entry in view.0.entries {