mattermost-mobile/types
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
..
api Merge branch 'gekidou' into CommandAutocomplete 2022-03-24 18:45:42 +01:00
components MM-39710: saved posts screen and DB (#6020) 2022-03-12 16:40:24 -03:00
credentials [Gekidou] Get all existing server credentials on init (#5468) 2021-06-21 14:08:06 -07:00
database [Gekidou DB]: Adds threads in team database table and handlers (#6090) 2022-03-28 10:11:13 +03:00
global [Gekidou] Markdown SVG & image size support (#6032) 2022-03-10 09:03:09 -03:00
launch Gekidou servers (#5960) 2022-02-14 16:39:29 -03:00
modules [Keyboard] Keyboard tracking (#6050) 2022-03-14 16:21:45 -03:00
screens [Gekidou] Use localPath when available (#6058) 2022-03-17 08:58:49 -03:00
utils [Gekidou] Markdown SVG & image size support (#6032) 2022-03-10 09:03:09 -03:00