Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into slowcord
This commit is contained in:
commit
9931698367
@ -14,5 +14,5 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Branch that [slowcord.maddy.k.vu](https://slowcord.maddy.k.vu) runs.
|
Branch that [slowcord.understars.dev](https://slowcord.understars.dev) runs.
|
||||||
Generally up to date with master, also contains my fixes/etc that aren't yet merged.
|
Generally up to date with master, also contains my fixes/etc that aren't yet merged.
|
||||||
|
@ -38,17 +38,18 @@ export const ActivitySchema = {
|
|||||||
},
|
},
|
||||||
$instance: Boolean,
|
$instance: Boolean,
|
||||||
$flags: String,
|
$flags: String,
|
||||||
|
|
||||||
|
$id: String,
|
||||||
|
$sync_id: String,
|
||||||
|
$metadata: { // spotify
|
||||||
|
$context_url: String,
|
||||||
|
album_id: String,
|
||||||
|
artist_ids: [String],
|
||||||
|
},
|
||||||
|
$session_id: String,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
$since: Number, // unix time (in milliseconds) of when the client went idle, or null if the client is not idle
|
$since: Number, // unix time (in milliseconds) of when the client went idle, or null if the client is not idle
|
||||||
|
|
||||||
$id: String,
|
|
||||||
$sync_id: String,
|
|
||||||
$metadata: { // spotify
|
|
||||||
$context_url: String,
|
|
||||||
album_id: String,
|
|
||||||
artist_ids: [String],
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface ActivitySchema {
|
export interface ActivitySchema {
|
||||||
|
@ -40,7 +40,8 @@ export interface Activity {
|
|||||||
context_url?: string;
|
context_url?: string;
|
||||||
album_id: string;
|
album_id: string;
|
||||||
artist_ids: string[];
|
artist_ids: string[];
|
||||||
}
|
};
|
||||||
|
session_id: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum ActivityType {
|
export enum ActivityType {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user