mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-05 10:22:31 +01:00
comments
This commit is contained in:
parent
8eff4de19d
commit
f5671775ef
@ -34,6 +34,7 @@ export interface Activity {
|
||||
instance?: boolean;
|
||||
flags: string; // activity flags OR d together, describes what the payload includes
|
||||
|
||||
// Spotify and other rich presence data
|
||||
id?: string;
|
||||
sync_id?: string;
|
||||
metadata?: {
|
||||
|
@ -39,6 +39,7 @@ export const ActivitySchema = {
|
||||
$instance: Boolean,
|
||||
$flags: String,
|
||||
|
||||
// Spotify and other rich presence data
|
||||
$id: String,
|
||||
$sync_id: String,
|
||||
$metadata: {
|
||||
|
Loading…
Reference in New Issue
Block a user