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
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
Currently the post schema lists app.id as the identifier of the post that contains more information about the app. However, other post members that store similar information are named with .post instead. For example, permissions.groups[].post, version.parents[].post, mentions[].post, etc.
I propose changing app.id to app.post in order to maintain a more consistent naming convention within the post schema.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the
post
schema listsapp.id
as the identifier of the post that contains more information about the app. However, otherpost
members that store similar information are named with.post
instead. For example,permissions.groups[].post
,version.parents[].post
,mentions[].post
, etc.I propose changing
app.id
toapp.post
in order to maintain a more consistent naming convention within thepost
schema.The text was updated successfully, but these errors were encountered: