bigbluebutton-Github/bigbluebutton-html5
germanocaumo d770a7df8c fix(whiteboard): only call annotation upsert in one frontend instance
We were calling upsert in the Annotations collection for the same annotation in all frontend instances, this could lead to the same annotation being inserted
multiple times with different ids due to concurrency.

Added the html5InstanceId of the original request to the redis message so we can use it to only call upsert in one instance.
2022-09-28 12:03:59 +00:00
..
.meteor chore: update meteor 2.7.1 to 2.7.3 2022-07-05 13:19:08 +00:00
client Merge tag 'v2.5.6' into merge-256-26 2022-09-26 09:17:59 -03:00
imports fix(whiteboard): only call annotation upsert in one frontend instance 2022-09-28 12:03:59 +00:00
private set disableWebsocketFallback default true 2022-09-27 16:23:27 -03:00
public chore: Pulled the latest 2.5 HTML5 locales from Transifex 2022-09-21 09:25:01 -03:00
server feat(captions): web speech prototype 2022-07-20 17:20:48 +00:00
.eslintignore
.eslintrc.js
.gitignore
deploy_to_usr_share.sh Use meteor-npm to install html5 2022-09-20 11:22:35 -03:00
jsconfig.json Add jsconfig 2022-02-21 12:42:29 +00:00
package-lock.json chore/fix: update react-intl to 6.1.0 and add config to disable fallback 2022-08-30 09:32:21 -03:00
package.json chore/fix: update react-intl to 6.1.0 and add config to disable fallback 2022-08-30 09:32:21 -03:00
run-dev.sh Create learning dashboard scripts 2022-04-01 09:15:30 -03:00
test-html5.sh
TRANSIFEX_PULL_INSTRUCTIONS.md
transifex.sh fix: tweak transifex.sh to the new 2.6 Transifex project 2022-06-23 15:12:11 +00:00