bigbluebutton-Github/bigbluebutton-html5/imports/api/annotations/server/handlers
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
..
whiteboardAnnotations.js remove returnless function use 2021-04-09 10:08:59 -03:00
whiteboardCleared.js Update annotations streams logic 2019-10-22 22:26:25 -03:00
whiteboardDelete.js WIP: tldraw in akka-model & starting cleanup 2022-05-13 02:47:39 +00:00
whiteboardSend.js fix(whiteboard): only call annotation upsert in one frontend instance 2022-09-28 12:03:59 +00:00
whiteboardUndo.js Update annotations streams logic 2019-10-22 22:26:25 -03:00