Add missing space

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2022-08-08 20:01:58 +02:00
parent 531db48c25
commit 2eff251e0c
No known key found for this signature in database
GPG key ID: 4F68B9EC0536B5CC

View file

@ -74,6 +74,7 @@ interface Props {
roomId: string;
unencryptedEventsFromUsers: Set<string>;
}
export interface Participant {
id: string;
callFeed: CallFeed;