spreed icon indicating copy to clipboard operation
spreed copied to clipboard

Reactions take time until seen by others

Open nickvergessen opened this issue 2 years ago • 2 comments

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. User A write a message
  2. User B react to the message

Expected behaviour

User A sees the reaction

Actual behaviour

User A sees the reaction only after the 0-30s of the chat polling pass. This is some what a performance optimisation, but it can be totally unexpected in this case. But if otherwise 70 people react 70 people reload the chat 70 times => 4.9k requests... Might not be solvable for now, but want this to be documented at least

Talk app

Talk app version: master

nickvergessen avatar Mar 25 '22 15:03 nickvergessen

Similar to typing indicator we could send a signaling message to the active participants in the room when adding/removing a reaction. Limiting it to external signaling should have no big performance issue and would not increase the load on the NC side

SystemKeeper avatar Feb 17 '24 09:02 SystemKeeper

Yeah can also just close it and it comes when all chat messages come via HPB

nickvergessen avatar Feb 17 '24 09:02 nickvergessen