diff --git a/src/channel.ts b/src/channel.ts index f1370de81..58488caa4 100644 --- a/src/channel.ts +++ b/src/channel.ts @@ -659,6 +659,9 @@ export class Channel); } + _isTypingIndicatorsEnabled(): boolean { + return this.getClient().user?.privacy_settings?.typing_indicators?.enabled ?? true; + } + /** * lastMessage - return the last message, takes into account that last few messages might not be perfectly sorted *