mattermost-mobile/app
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
..
actions Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
client Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
components include latex (#6434) 2022-06-29 22:02:30 +05:30
constants [Gekidou - MM-44929] Search Screen - Always fetch filter results from server (#6366) 2022-06-28 09:56:51 -05:00
context Try to remove as many as as possible (#6200) 2022-05-12 15:46:11 +02:00
database Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
helpers Fix recent mentions 2022-06-25 08:05:02 -04:00
hooks Fix useAndroidHardwareBackHandler hook 2022-06-13 08:14:32 -04:00
i18n Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
init Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
managers Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
notifications Try to remove as many as as possible (#6200) 2022-05-12 15:46:11 +02:00
queries Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
screens Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
store [Gekidou] cleanup fixes (#6376) 2022-06-13 08:07:24 -04:00
utils Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00