Add missing space
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
531db48c25
commit
2eff251e0c
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ interface Props {
|
||||||
roomId: string;
|
roomId: string;
|
||||||
unencryptedEventsFromUsers: Set<string>;
|
unencryptedEventsFromUsers: Set<string>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Participant {
|
export interface Participant {
|
||||||
id: string;
|
id: string;
|
||||||
callFeed: CallFeed;
|
callFeed: CallFeed;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue