about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/Shared/TimelineComponents/TimelineMessageItem.razor
blob: 8073406be05ce3d89f439a565ea0ec7239b982d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
@using ArcaneLibs.Extensions
@inherits BaseTimelineItem

<pre>
    @Event.RawContent?.ToJson(indent: false)
</pre>

@code {

}