mattermost-mobile/app/database/operator/server_data_operator/handlers
Jason Frerich 137ba9d191
[Gekidou MM-39728] - Websocket Events - Channels (#6038)
* wip checkin

* wip checkin because my system is messed up again

* correct the add user and remove user from channel functions. THe user and channel ids sometimes come from the broudcast field, not the data object

* remove old comments

* remove old comments

* remove old comments

* add back in unarchive handler. handleChannelUpdateEvent will also update the deleteAt value for a channel, but does not get called when unarchive from the channel view, only through the system console.

* nit remove empty line

* wip

* wip

* remove handleChannelConvertedEvent

* remove handleChannelDirectAddedEvent

* wip

* wip

* wip

* Fix websockets events

* Address feedback

* Ensure categories and some refactoring

* Self review fixes

* Fix category creation bug

* Address feedback and minor improvements

* Address feedback

* Fix lint

Co-authored-by: Daniel Espino García <larkox@gmail.com>
2022-04-04 14:25:42 -04:00
..
category.test.ts [Gekidou] Sidebar Categories (Database only) (#5909) 2022-01-31 10:30:10 -03:00
category.ts [Gekidou] Sidebar Categories (Database only) (#5909) 2022-01-31 10:30:10 -03:00
channel.test.ts [Gekidou] various fixes (#6022) 2022-03-03 12:11:47 -03:00
channel.ts [Gekidou MM-39728] - Websocket Events - Channels (#6038) 2022-04-04 14:25:42 -04:00
index.test.ts removed TOS from Server DB schema (#6117) 2022-04-01 12:35:24 -03:00
index.ts removed TOS from Server DB schema (#6117) 2022-04-01 12:35:24 -03:00
post.test.ts [Gekidou MM-39707] CRT DB (#5948) 2022-03-03 22:47:29 +05:30
post.ts Removed unused handlePostMetadata 2022-03-23 13:29:59 -03:00
posts_in_channel.ts [Gekidou] post list (#5893) 2022-01-17 07:06:26 -03:00
posts_in_thread.ts Upgrade deps (#5796) 2021-10-29 14:38:20 -03:00
reaction.test.ts [Gekidou] various fixes (#6022) 2022-03-03 12:11:47 -03:00
reaction.ts MM-42787 - Gekidou User DB field remote_id (#6094) 2022-03-29 14:54:09 -03:00
team.test.ts removed SlashCommands from the Server database schema (#6116) 2022-04-01 12:23:57 -03:00
team.ts removed SlashCommands from the Server database schema (#6116) 2022-04-01 12:23:57 -03:00
thread.test.ts [Gekidou DB]: Refactors thread and threads_in_team tables (#6100) 2022-03-31 09:18:35 -03:00
thread.ts [Gekidou MM-41093] CRT - WS Events, Actions, Queries, Thread Follow, Post Query (#6075) 2022-04-04 19:55:13 +05:30
thread_in_team.ts [Gekidou DB]: Refactors thread and threads_in_team tables (#6100) 2022-03-31 09:18:35 -03:00
user.test.ts [Gekidou] various fixes (#6022) 2022-03-03 12:11:47 -03:00
user.ts [Gekidou] various fixes (#6022) 2022-03-03 12:11:47 -03:00