mattermost-mobile/app/database
Kyriakos Z f2484297a8
[Gekidou DB]: Adds threads in team database table and handlers (#6090)
* Adds threads in team database table and handlers

DM/GM channels have no team ID. This makes it troublesome to paginate
threads in a team. The issue is that whenever a DM/GM thread is fetched
from pagination it will be added in all teams in that server,
potentially creating gaps in between threads for those teams.

This PR inserts a new table in the DB ThreadsInTeam which will hold
references of threads loaded in which server.
Thread lists then would have to rely on that table to show threads.


Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
Co-authored-by: Avinash Lingaloo <avinashlng1080@gmail.com>
2022-03-28 10:11:13 +03:00
..
components Gekidou servers (#5960) 2022-02-14 16:39:29 -03:00
exceptions Gekidou Update deps (#5530) 2021-07-11 07:52:44 -04:00
manager [Gekidou DB]: Adds threads in team database table and handlers (#6090) 2022-03-28 10:11:13 +03:00
migration [Gekidou] Refactor storage layer (#5471) 2021-06-21 17:06:18 -04:00
models [Gekidou DB]: Adds threads in team database table and handlers (#6090) 2022-03-28 10:11:13 +03:00
operator [Gekidou DB]: Adds threads in team database table and handlers (#6090) 2022-03-28 10:11:13 +03:00
schema [Gekidou DB]: Adds threads in team database table and handlers (#6090) 2022-03-28 10:11:13 +03:00
subscription Gekidou MultiServers second part (#5963) 2022-02-17 10:42:06 -03:00