Merge pull request #695 from vector-im/dbkr/fix_missing_tile_bug
Fix missing tile bug
This commit is contained in:
commit
2346ad9b7e
2 changed files with 8 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export interface UseGroupCallReturnType {
|
|||
requestingScreenshare: boolean;
|
||||
isScreensharing: boolean;
|
||||
screenshareFeeds: CallFeed[];
|
||||
localDesktopCapturerSourceId: string;
|
||||
localDesktopCapturerSourceId: string; // XXX: This looks unused?
|
||||
participants: RoomMember[];
|
||||
hasLocalParticipant: boolean;
|
||||
unencryptedEventsFromUsers: Set<string>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue