mattermost-mobile/app/actions/websocket
Elias Nahum 75ed884e65
Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433)
* Add column last_fetched_at to MyChannel & Thread tables and the migration

* Fix schema tests

* Handle lastFetchAt, retrieve threads on init and properly observe thread unreads (#6436)

* [Gekidou] Set lastFetchAt when fetching posts for a channel (#6437)

* Set lastFetchAt when fetching posts for a channel

* When resetting _preparedState set always to null

* Revert changes in WS

* Handle and set lastFetchedAt for MyChannel in iOS push notification

* feedback review

* iOS fallback to last post createAt if no lastFetchAt set

* Handle lastFetchAt on Android push notifications

* create storePostsForChannel local action

* Fix iOS fallback to last post create_at

Co-authored-by: Daniel Espino García <larkox@gmail.com>
2022-06-29 13:28:50 -04:00
..
category.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
channel.ts Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
index.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
integrations.ts Add AppsForm and Interactive Dialogs (#6142) 2022-04-28 18:26:21 +02:00
posts.ts [Gekidou] cleanup fixes (#6376) 2022-06-13 08:07:24 -04:00
preferences.ts Let ServerDatabases type hold undefined values (#6423) 2022-06-22 17:51:28 -04:00
reactions.ts Try to remove as many as as possible (#6200) 2022-05-12 15:46:11 +02:00
roles.ts [Gekidou] user profile (#6353) 2022-06-06 11:27:25 -04:00
system.ts MM-42484 - Gekidou - Update DM/GM display name when teammate name display changes (#6254) 2022-05-13 19:12:54 +04:00
teams.ts Try to remove as many as as possible (#6200) 2022-05-12 15:46:11 +02:00
threads.ts Let ServerDatabases type hold undefined values (#6423) 2022-06-22 17:51:28 -04:00
users.ts [Gekidou] Move managers (#6171) 2022-04-16 09:44:11 -04:00