@page "/Rooms/{RoomId}/State/View" @using System.Net.Http.Headers @using System.Text.Json @using LibMatrix.Extensions @using LibMatrix.Responses @inject ILocalStorageService LocalStorage @inject NavigationManager NavigationManager
@status
Show member eventsType | Content |
---|---|
@stateEvent.Type |
@stateEvent.RawContent.ToJson() |
Type | Content |
---|---|
@stateEvent.Type |
@stateEvent.RawContent.ToJson() |