From e12117061631523aa136ff81638abdeb1fb23997 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 23 Feb 2024 11:26:00 +0000 Subject: HS emulator --- MatrixUtils.Web/Shared/TimelineComponents/BaseTimelineItem.razor | 1 - .../Shared/TimelineComponents/TimelineCanonicalAliasItem.razor | 1 - .../Shared/TimelineComponents/TimelineHistoryVisibilityItem.razor | 1 - MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomNameItem.razor | 1 - MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomTopicItem.razor | 1 - 5 files changed, 5 deletions(-) (limited to 'MatrixUtils.Web/Shared') diff --git a/MatrixUtils.Web/Shared/TimelineComponents/BaseTimelineItem.razor b/MatrixUtils.Web/Shared/TimelineComponents/BaseTimelineItem.razor index 8d608e3..c7bfd51 100644 --- a/MatrixUtils.Web/Shared/TimelineComponents/BaseTimelineItem.razor +++ b/MatrixUtils.Web/Shared/TimelineComponents/BaseTimelineItem.razor @@ -1,6 +1,5 @@ @using LibMatrix @using LibMatrix.EventTypes.Spec.State -@using LibMatrix.Homeservers @using LibMatrix.Responses

BaseTimelineItem

diff --git a/MatrixUtils.Web/Shared/TimelineComponents/TimelineCanonicalAliasItem.razor b/MatrixUtils.Web/Shared/TimelineComponents/TimelineCanonicalAliasItem.razor index 1213432..0488e36 100644 --- a/MatrixUtils.Web/Shared/TimelineComponents/TimelineCanonicalAliasItem.razor +++ b/MatrixUtils.Web/Shared/TimelineComponents/TimelineCanonicalAliasItem.razor @@ -1,6 +1,5 @@ @using ArcaneLibs.Extensions @using LibMatrix.EventTypes.Spec.State -@using LibMatrix.Responses @inherits BaseTimelineItem @if (currentEventContent is not null) { diff --git a/MatrixUtils.Web/Shared/TimelineComponents/TimelineHistoryVisibilityItem.razor b/MatrixUtils.Web/Shared/TimelineComponents/TimelineHistoryVisibilityItem.razor index 172a38c..bdd6104 100644 --- a/MatrixUtils.Web/Shared/TimelineComponents/TimelineHistoryVisibilityItem.razor +++ b/MatrixUtils.Web/Shared/TimelineComponents/TimelineHistoryVisibilityItem.razor @@ -1,6 +1,5 @@ @using ArcaneLibs.Extensions @using LibMatrix.EventTypes.Spec.State -@using LibMatrix.Responses @inherits BaseTimelineItem @if (currentEventContent is not null) { diff --git a/MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomNameItem.razor b/MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomNameItem.razor index eeec3de..63594a9 100644 --- a/MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomNameItem.razor +++ b/MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomNameItem.razor @@ -1,6 +1,5 @@ @using ArcaneLibs.Extensions @using LibMatrix.EventTypes.Spec.State -@using LibMatrix.Responses @inherits BaseTimelineItem @if (currentEventContent is not null) { diff --git a/MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomTopicItem.razor b/MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomTopicItem.razor index 7ef17a8..f70d563 100644 --- a/MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomTopicItem.razor +++ b/MatrixUtils.Web/Shared/TimelineComponents/TimelineRoomTopicItem.razor @@ -1,6 +1,5 @@ @using ArcaneLibs.Extensions @using LibMatrix.EventTypes.Spec.State -@using LibMatrix.Responses @inherits BaseTimelineItem @if (currentEventContent is not null) { -- cgit 1.5.1