mattermost-mobile/app/actions/websocket
Jason Frerich f815f6b3e5
[Gekidou MM-3972] Websocket Events - Reaction and emojis (#5920)
* Wip

* update name so it references changing the reaction on a post

* handleAddEmoji -> handleAddCustomEmoji

* add remove reaction logic

* sanitizeReactions
  * use skipSync to return early if not deleting any records that are
    not in the server db
  * return the filtered delete results and have the handler destroy the
    records

* fix lint

* use forEach instead of map.

* PR feedback

* PR feedback

* Update app/actions/websocket/reactions.ts

* remove console.log

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
2022-02-03 11:14:08 +01:00
..
channel.ts Not require Websocket type definition imports 2022-01-28 15:53:55 -03:00
index.ts [Gekidou MM-3972] Websocket Events - Reaction and emojis (#5920) 2022-02-03 11:14:08 +01:00
posts.ts Not require Websocket type definition imports 2022-01-28 15:53:55 -03:00
preferences.ts [Gekidou] Add Draft Upload Manager (#5910) 2022-02-01 17:26:26 +01:00
reactions.ts [Gekidou MM-3972] Websocket Events - Reaction and emojis (#5920) 2022-02-03 11:14:08 +01:00
roles.ts [Gekidou MM-39726] - Websocket Events - Roles (#5859) 2022-02-01 09:14:49 -03:00
teams.ts [Gekidou MM-39724] - Teams Websocket Events (#5858) 2022-02-01 08:59:24 -03:00
users.ts [Gekidou] Manage user websocket events (#5862) 2022-01-24 12:12:06 +01:00