bigbluebutton-Github/bigbluebutton-html5/imports/api/user-reaction/server
Arthurk12 196d2c1e0a feat(reactions): sync expiration with akka
Currently, the reactions are cleared on mongo based on the expire time.
So to sync its state with akka, an observer is atattched to the user
reactions collection and whenever a reaction is removed because of the
expiration time, akka is notified with message 'UserReactionTimeExpiredCmdMsg'.
2023-05-25 17:32:27 -03:00
..
handlers feat(reactions): add akka messages to clear all emojis status 2023-05-24 10:49:42 -03:00
methods feat(reactions): add akka messages to clear all emojis status 2023-05-24 10:49:42 -03:00
modifiers feat(reactions): add akka messages to clear all emojis status 2023-05-24 10:49:42 -03:00
eventHandlers.js feat(reactions): add akka messages to clear all emojis status 2023-05-24 10:49:42 -03:00
helpers.js feat(reactions): sync expiration with akka 2023-05-25 17:32:27 -03:00
index.js feature(reactions): Unify reaction messages with emoji status and pass it through akka 2023-04-28 11:47:15 -03:00
methods.js feat(reactions): add akka messages to clear all emojis status 2023-05-24 10:49:42 -03:00
publishers.js feat(reactions): add user reaction 2023-04-27 11:54:11 -03:00