Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
jay3332 committed Jul 2, 2024
2 parents 3f73706 + 37f2897 commit 31b6b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ws/inbound.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ pub enum InboundMessage {
Pong,
/// Used to change the client's current presence status.
UpdatePresence {
/// The new status of the client, if any.
status: Option<PresenceStatus>,
/// The new status of the client.
status: PresenceStatus,
/// The new custom status of the client, if any.
custom_status: Option<String>,
},
Expand Down

0 comments on commit 31b6b54

Please sign in to comment.