mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-19 06:20:25 +00:00
Request capability to learn the room name
We now need the room name in order to implement the mobile (widget-based) designs with the app bar.
This commit is contained in:
@@ -124,6 +124,7 @@ export const widget = ((): WidgetHelpers | null => {
|
||||
}));
|
||||
const receiveState = [
|
||||
{ eventType: EventType.RoomCreate },
|
||||
{ eventType: EventType.RoomName },
|
||||
{ eventType: EventType.RoomMember },
|
||||
{ eventType: EventType.RoomEncryption },
|
||||
{ eventType: EventType.GroupCallMemberPrefix },
|
||||
|
||||
Reference in New Issue
Block a user