spotify stuff (#2314)

This commit is contained in:
Gus Caplan
2018-02-02 12:45:18 -06:00
committed by Isabella
parent 234648bd2a
commit bd1bf11ed0
2 changed files with 24 additions and 1 deletions

View File

@@ -362,6 +362,15 @@ exports.ActivityTypes = [
'WATCHING',
];
exports.ActivityFlags = {
INSTANCE: 1 << 0,
JOIN: 1 << 1,
SPECTATE: 1 << 2,
JOIN_REQUEST: 1 << 3,
SYNC: 1 << 4,
PLAY: 1 << 5,
};
exports.ExplicitContentFilterTypes = [
'DISABLED',
'NON_FRIENDS',