[Gekidou] push notifications (#5779)

* Push notifications entry point

* Process android notification natively only if RN is not initialized

* Database changes to store local channel viewed_at

* EphemeralStore wait until screen removed

* Move schedule session notification to utility

* Fix channel remote & local actions + added actions for markChannelAsViewed & fetchMyChannel

* Add fetchMyTeam remote action

* Add dismissAllModalsAndPopToScreen to navigation

* Improve post list component & add app state to re-trigger queries

* Improve WS implementation

* Handle push notification events

* Fix postsInChannel since handler

* Handle in-app notifications

* Post list to listen to column changes

* Track selected bottom tab in ephemeral store

* add useIsTablet hook

* in-app notifications on tablets
This commit is contained in:
Elias Nahum
2021-10-27 17:53:11 -03:00
committed by GitHub
parent c01bcb7559
commit 790b1beb22
87 changed files with 2923 additions and 1550 deletions

View File

@@ -128,6 +128,7 @@ export const transformMyChannelRecord = ({action, database, value}: TransformerA
myChannel.mentionsCount = raw.mention_count;
myChannel.lastPostAt = raw.last_post_at || 0;
myChannel.lastViewedAt = raw.last_viewed_at;
myChannel.viewedAt = record?.viewedAt || 0;
};
return prepareBaseRecord({