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