Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _updatedAt to some endpoints #12730

Closed
diegolmello opened this issue Nov 26, 2018 · 1 comment
Closed

Add _updatedAt to some endpoints #12730

diegolmello opened this issue Nov 26, 2018 · 1 comment
Assignees

Comments

@diegolmello
Copy link
Member

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.

@MarcosSpessatto
Copy link
Member

MarcosSpessatto commented Nov 28, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants