You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stream-chat-android-state/src/main/java/io/getstream/chat/android/state/plugin/logic/querychannels/internal/QueryChannelsLogic.kt
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -306,11 +306,21 @@ internal class QueryChannelsLogic(
Copy file name to clipboardExpand all lines: stream-chat-android-state/src/main/java/io/getstream/chat/android/state/plugin/logic/querychannels/internal/QueryChannelsStateLogic.kt
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,16 @@ internal class QueryChannelsStateLogic(
244
244
mutableState.setChannels(newChannels)
245
245
}
246
246
247
+
/**
248
+
* Returns the current [Channel] snapshot from the in-memory per-channel state if the
Copy file name to clipboardExpand all lines: stream-chat-android-state/src/test/java/io/getstream/chat/android/state/plugin/logic/querychannels/internal/QueryChannelsLogicTest.kt
Copy file name to clipboardExpand all lines: stream-chat-android-state/src/test/java/io/getstream/chat/android/state/plugin/logic/querychannels/internal/QueryChannelsStateLogicTest.kt
0 commit comments