You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In React Native app (probably native ones too), we need to fetch updated versions of custom emojis, permissions and settings when the app is opened.
We should have an _updatedAt (or updatedSince) param to return only updated records since last time the app was opened. This is already done on /api/v1/subscriptions.get.
This could be done in /api/v1/permissions.list, /api/v1/settings.public and /api/v1/emoji-custom.
The text was updated successfully, but these errors were encountered:
In React Native app (probably native ones too), we need to fetch updated versions of custom emojis, permissions and settings when the app is opened.
We should have an _updatedAt (or updatedSince) param to return only updated records since last time the app was opened. This is already done on
/api/v1/subscriptions.get
.This could be done in
/api/v1/permissions.list
,/api/v1/settings.public
and/api/v1/emoji-custom
.The text was updated successfully, but these errors were encountered: