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:
Robin
2025-06-25 16:25:51 -04:00
parent 09c81e52f7
commit 9d216ae6fa

View File

@@ -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 },