mattermost-mobile/app/actions/remote/entry
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
..
app.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
common.ts Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
index.ts [Gekidou] push notifications (#5779) 2021-10-27 17:53:11 -03:00
login.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
notification.ts Set theme when opening the app from a push notification (#6398) 2022-06-17 14:52:55 -04:00