Skip to content

Commit

Permalink
fix(rpc): persist chosen status
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrie25 committed Oct 26, 2024
1 parent cd5e2e7 commit 0156cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/src/main/java/com/my/kizzy/data/rpc/KizzyRPC.kt
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class KizzyRPC(
),
afk = true,
since = startTimestamps,
status = Constants.DND
status = this.status
)
)
}
Expand Down

0 comments on commit 0156cd9

Please sign in to comment.