mattermost-mobile/app/database/operator/server_data_operator
Kyriakos Z 3326f34933
[Gekidou HOTFIX] fixes saving threads in the DB (#6132)
* [Gekidou HOTFIX] fixes saving threads in the DB

`loadedInGlobalThreads` cannot be a property of the thread, the DB will
fail with unknown column upon saving.

This commit makes it an argument of handleThreads and
handleThreadInTeam.

Fixes wrong foreignKey in THREAD table associations.

* Fixes errors

* Fixes error
2022-04-06 17:37:17 +03:00
..
comparators [Gekidou] Performance & UI fixes (#6122) 2022-04-04 17:09:26 -04:00
handlers [Gekidou HOTFIX] fixes saving threads in the DB (#6132) 2022-04-06 17:37:17 +03:00
transformers [Gekidou HOTFIX] fixes saving threads in the DB (#6132) 2022-04-06 17:37:17 +03:00
index.ts [Gekidou DB]: Adds threads in team database table and handlers (#6090) 2022-03-28 10:11:13 +03:00