mattermost-mobile/app/actions/remote
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
..
entry Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
apps.ts Try to remove as many as as possible (#6200) 2022-05-12 15:46:11 +02:00
category.ts [Gekidou] channel quick actions (#6288) 2022-05-19 14:30:55 -04:00
channel.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
command.ts Better handle go to location (#6262) 2022-05-19 09:06:31 +02:00
custom_emoji.ts Fetch missing custom emojis (#6216) 2022-05-04 09:13:17 -04:00
file.ts [Gekidou] Move managers (#6171) 2022-04-16 09:44:11 -04:00
general.ts Use timeoutInterval in ms 2022-05-13 12:31:06 -04:00
groups.ts [Gekidou] Groups mentions / highlights in messages (posts) (#6338) 2022-06-29 07:47:37 +10:00
integrations.ts Add AppsForm and Interactive Dialogs (#6142) 2022-04-28 18:26:21 +02:00
notifications.ts [Gekidou] Open CRT notifications (#6369) 2022-06-10 17:27:34 -04:00
permalink.ts Fix permalink to not joined channels and to not fetched posts. (#6294) 2022-06-17 19:23:12 +02:00
post.ts Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
preference.ts [Gekidou] channel quick actions (#6288) 2022-05-19 14:30:55 -04:00
reactions.ts [Gekidou] Move managers (#6171) 2022-04-16 09:44:11 -04:00
retry.ts MM-39711 - Gekidou Settings Timezone (#6384) 2022-06-24 06:52:05 -04:00
role.ts Let ServerDatabases type hold undefined values (#6423) 2022-06-22 17:51:28 -04:00
search.ts Add column last_fetched_at to MyChannel & Thread tables and the migration (#6433) 2022-06-29 13:28:50 -04:00
session.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
systems.ts Substitute all console.x by an appropiate log util function (#6427) 2022-06-24 10:26:40 -04:00
team.ts Unify entry functions (#6231) 2022-05-19 11:24:59 +02:00
thread.ts Mark as unread only if following the thread (#6421) 2022-06-22 23:49:17 +05:30
user.ts [Gekidou] Groups mentions / highlights in messages (posts) (#6338) 2022-06-29 07:47:37 +10:00