-
-
Notifications
You must be signed in to change notification settings - Fork 136
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
Rename UpdateStatus
to UpdatePresence
#859
Labels
c-model
Affects the model crate
d-api
Change related to Discord's API.
m-breaking change
Breaks the public API.
Comments
Blocked on #891. |
7596ff
added a commit
to 7596ff/twilight
that referenced
this issue
Jun 8, 2021
Renames `UpdateStatus` to `UpdatePresence`, and all similar names, with the exception of `UpdateStatusInfo` -> `UpdatePresenceData`. Fixes twilight-rs#859.
7596ff
added a commit
that referenced
this issue
Jun 12, 2021
Renames `UpdateStatus` to `UpdatePresence`, and all similar names, with the exception of `UpdateStatusInfo` -> `UpdatePresencePayload`. Fixes #859.
7596ff
added a commit
to 7596ff/twilight
that referenced
this issue
Jun 13, 2021
…light-rs#902) Renames `UpdateStatus` to `UpdatePresence`, and all similar names, with the exception of `UpdateStatusInfo` -> `UpdatePresencePayload`. Fixes twilight-rs#859.
7596ff
added a commit
to 7596ff/twilight
that referenced
this issue
Jun 13, 2021
…light-rs#902) Renames `UpdateStatus` to `UpdatePresence`, and all similar names, with the exception of `UpdateStatusInfo` -> `UpdatePresencePayload`. Fixes twilight-rs#859.
7596ff
added a commit
to 7596ff/twilight
that referenced
this issue
Jun 13, 2021
…light-rs#902) Renames `UpdateStatus` to `UpdatePresence`, and all similar names, with the exception of `UpdateStatusInfo` -> `UpdatePresencePayload`. Fixes twilight-rs#859.
7596ff
added a commit
to 7596ff/twilight
that referenced
this issue
Jun 13, 2021
…light-rs#902) Renames `UpdateStatus` to `UpdatePresence`, and all similar names, with the exception of `UpdateStatusInfo` -> `UpdatePresencePayload`. Fixes twilight-rs#859.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c-model
Affects the model crate
d-api
Change related to Discord's API.
m-breaking change
Breaks the public API.
The "Update Status" outgoing gateway payload has been renamed to "Update Presence", so we should do the same. Per discord/discord-api-docs@d83d7be.
twilight/model/src/gateway/payload/update_status.rs
Lines 8 to 35 in 9e68004
The text was updated successfully, but these errors were encountered: