-
- Downloads
[NEW] Add new app events for pin, react and follow message (#25337)
* Add event on message reaction * Add new event for message follow and unfollow * Add new event for message pin and unpin * Change boolean props to avoid double negative * Change event to trigger after the action happens * Refactor post message reaction call * Update Apps-Engine
Showing
- apps/meteor/app/apps/server/bridges/listeners.js 35 additions, 2 deletionsapps/meteor/app/apps/server/bridges/listeners.js
- apps/meteor/app/message-pin/server/pinMessage.js 7 additions, 0 deletionsapps/meteor/app/message-pin/server/pinMessage.js
- apps/meteor/app/reactions/server/setReaction.js 11 additions, 0 deletionsapps/meteor/app/reactions/server/setReaction.js
- apps/meteor/app/threads/server/methods/followMessage.js 8 additions, 2 deletionsapps/meteor/app/threads/server/methods/followMessage.js
- apps/meteor/app/threads/server/methods/unfollowMessage.js 8 additions, 2 deletionsapps/meteor/app/threads/server/methods/unfollowMessage.js
- yarn.lock 3 additions, 3 deletionsyarn.lock
Loading
Please register or sign in to comment