Realtime typing notifications
Most modern equivalent apps give you some indication if someone else is typing in realtime. This prevents logging off when someone else is replying and can save time all around.
See also More live updates #3429 for typing notifications in stream messages
I think it's a duplicate of https://github.com/humhub/mail/issues/34
Tested following this doc: https://docs.humhub.org/docs/admin/push-updates/ (I plan to update it: https://github.com/humhub/documentation/issues/145).
It works perfectly, new messages are displayed in real time.
@luke- I think we can close this issue
@marc-farre Hmm, this is different. This is more about indicating whether a participant is currently typing message.
Something like this
Oh sorry, I didn't read correctly, indeed!
We could use this Node.js HumHub push service by adding this functionality, as well as adding JS code on the browser side.
Yes, something similar is also planned for comments.