Skip to content

Commit 96ad5f6

Browse files
committed
Fix syncing with custom limits.
1 parent 28d3c44 commit 96ad5f6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

stream-chat-android-state/src/main/java/io/getstream/chat/android/state/event/handler/chat/GroupAwareChatEventHandler.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ internal class GroupAwareChatEventHandler(
7272
is NotificationAddedToChannelEvent -> watchAndAddIfBelongs(event.cid, event.channelCustom)
7373
is NotificationMessageNewEvent -> watchAndAddIfBelongs(event.cid, event.channelCustom)
7474
is ChannelVisibleEvent -> watchAndAddIfBelongs(event.cid, event.channelCustom)
75-
// TODO: MemberAddedEvent flicker — when the current user is added to a channel in
76-
// another group, super may Add it here until the follow-up `channel.updated` arrives
77-
// and routeByGroup reclassifies. Verify whether iOS exhibits the same behavior and
78-
// align the contract before exposing the grouped path as stable.
7975
else -> super.handleChannelEvent(event, filter)
8076
}
8177
}

0 commit comments

Comments
 (0)