mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-19 17:13:31 -04:00
fix: should use typingIds not recipientIds
This commit is contained in:
@@ -111,7 +111,7 @@ export class Channel {
|
||||
* User ids of people currently typing in channel
|
||||
*/
|
||||
get typingIds() {
|
||||
return this.#collection.getUnderlyingObject(this.id).recipientIds;
|
||||
return this.#collection.getUnderlyingObject(this.id).typingIds;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user