Hide rooms we don't have the key for in recents list

This commit is contained in:
David Baker
2023-11-16 16:32:25 +00:00
parent 56c4ad088f
commit 92d61fa0f1
4 changed files with 47 additions and 28 deletions

View File

@@ -32,7 +32,7 @@ interface RoomIdentifier {
// the situations that call for this behavior ('isEmbedded'). This makes it
// clearer what each flag means, and helps us avoid coupling Element Call's
// behavior to the needs of specific consumers.
interface UrlParams {
export interface UrlParams {
// Widget api related params
widgetId: string | null;
parentUrl: string | null;