steveseguin / social_stream

Consolidate your live social messaging streams and much more
http://socialstream.ninja/
GNU General Public License v3.0
647 stars 96 forks source link

prevent zoom chat messages from stop working #24

Closed felippenardi closed 2 years ago

felippenardi commented 2 years ago

This PR fixes two problems that was interrupting Social Stream on Zoom:

1- When a lot of messages are sent at once, the scroll stops and—because of the Zoom infinite scroll optimization—the messages doesn't appear on the HTML.

The fix for that was adding to the loop scroll down moviment, so that the chat always stay on the bottom

CleanShot 2022-07-28 at 18 12 14@2x

2- When someone shares the screen, the chat box closes and doesn't open afterwards, so messages stop appearing

The fix for that was adding to the loop tapping the "open chat" menu, that is only visible when it is closed

steveseguin commented 2 years ago

Thank you for the pull request; great stuff.