Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(channels): fix typing indicators always on #201

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

laurentlp
Copy link
Contributor

@laurentlp laurentlp commented Oct 14, 2021

This PR fixes an issue where typing indicators were always sent to channels. Since context.payload.typing can only take two values (undefined = unchecked | true = checked), the condition for the handler was always true even when the checkbox (Show typing indicators) was unchecked.

@laurentlp laurentlp merged commit 9015457 into master Oct 14, 2021
@laurentlp laurentlp deleted the llp_fix_typing_indicators branch October 14, 2021 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants