bigbluebutton-Github/bigbluebutton-html5/client
prlanzarin 401ddc4014 fix: guarantee cleanup of stale data on re-subscriptions
Currently, collection cleanup code is only run when an added event
is received from the server. Where that fails is in scenarios where
a server-side collection turns empty while an affected users is
disconnected - and then reconnects. There's no removed (or updated)
event so no cleanup code is run and you have stale data.

This commit guarantees a stale data check is run whenever a subscription
is established again. The `added` check was also maintained, although
I'm not too sure anymore it's is still needed. That may need to be
revisited.
2022-10-28 13:37:41 +00:00
..
stylesheets fix font preload 2022-08-18 13:39:47 -03:00
collection-mirror-initializer.js fix: guarantee cleanup of stale data on re-subscriptions 2022-10-28 13:37:41 +00:00
legacy.jsx add alternate legacy browser content 2019-04-24 15:12:27 -07:00
main.html add polite screen reader alert 2022-01-23 16:18:09 +00:00
main.jsx move config to public.app 2022-09-21 13:16:25 -03:00