Commit Graph

3 Commits

Author SHA1 Message Date
Ophestra Umiker f0e6395a3e
library: rpc: fix SET_ACTIVITY response type
Had a bad response type, did not affect usage with arRPC, however did not work with proper Discord RPC.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-30 02:51:40 +09:00
Ophestra Umiker 802ad250ca
library: rpc: return nonce in SetActivity function
There's currently no way to obtain that value, so it is returned here to help with tinkering with the RPC server in the Discord client.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-20 20:24:13 +09:00
Ophestra Umiker a8dc09e90c
library: rpc: activity data types and set method
Activity data types come from Discord documentation examples as the documented field optionality is inaccurate.

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
2024-06-19 23:21:52 +09:00