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
* Sets the given `message` as an active parent message. If `undefined` is provided, it will deleselect the current parent message.
330
346
* @param message
@@ -392,7 +408,7 @@ export class ChannelService {
392
408
* @param filters
393
409
* @param sort
394
410
* @param options
395
-
* @param shouldSetActiveChannel Decides if the firs channel in the result should be made as active channel, or no channel should be marked as active
411
+
* @param shouldSetActiveChannel Decides if the first channel in the result should be made as an active channel, or no channel should be marked as active
396
412
* @returns the list of channels found by the query
397
413
*/
398
414
asyncinit(
@@ -422,13 +438,8 @@ export class ChannelService {
422
438
* Resets the `activeChannel$`, `channels$` and `activeChannelMessages$` Observables. Useful when disconnecting a chat user, use in combination with [`disconnectUser`](./ChatClientService.mdx/#disconnectuser).
0 commit comments