Skip to content

Conversation

Aeledfyr
Copy link

@Aeledfyr Aeledfyr commented Oct 1, 2025

The frontend only sends typing updates every 2.5-3s, so the 1s timeout caused the typing indicator to flicker.

Note that the typing indicators still have some flickering, but it should only be when the user's client sent a StopTyping event, so the source of the flicker is in the sender's typing detection heuristics.

(Given the timeout, I'm not sure if StopTyping events are necessary before a message is actually sent -- would it be simpler to have CurrentlyTyping events with a timeout, and cancel the indicator on the next received message from that user?)

Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

The frontend only sends typing updates every 2.5-3s, so the 1s
timeout caused the typing indicator to flicker.

Signed-off-by: Aeledfyr <aeledfyr@gmail.com>
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.

1 participant