cleanup and turning streaming off for now

This commit is contained in:
talksik
2022-05-22 04:27:27 -05:00
parent be2505f298
commit f98026a3a5
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ export default class MasterLineData {
// -> all connected line members be able to show this in the right activity section of the lineRow
currentBroadcastersUserIds?: string[];
profilePictures: {
profilePictures?: {
allMembers: string[];
allMembersWithoutMe: string[];
@@ -32,7 +32,7 @@ export default class MasterLineData {
tunedMembers: string[];
broadcastMembers: string[];
};
} = undefined;
isUserTunedIn: boolean = false;
isUserToggleTuned: boolean = false;