mattermost-mobile/app/database/operator/utils
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
..
create_test_connection.ts [Gekidou] Refactor storage layer (#5471) 2021-06-21 17:06:18 -04:00
general.ts Add import order lint rules (#5672) 2021-09-13 10:18:03 +02:00
mock.ts MM-30482 [Gekidou] Data Operator (#5346) 2021-04-22 19:16:00 +04:00
post.ts [Gekidou] push notifications (#5779) 2021-10-27 17:53:11 -03:00
reaction.ts [Gekidou MM-3972] Websocket Events - Reaction and emojis (#5920) 2022-02-03 11:14:08 +01:00
test.ts Add import order lint rules (#5672) 2021-09-13 10:18:03 +02:00