Remove unused keys

This commit is contained in:
Hugh Nimmo-Smith
2024-11-05 18:32:03 +00:00
parent e64204d897
commit bb0febf16c
3 changed files with 0 additions and 8 deletions

View File

@@ -196,10 +196,6 @@ abstract class BaseUserMediaViewModel extends BaseMediaViewModel {
*/
public readonly cropVideo: Observable<boolean> = this._cropVideo;
public readonly keys = new BehaviorSubject(
[] as { index: number; key: Uint8Array }[],
);
public constructor(
id: string,
member: RoomMember | undefined,