diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-14 07:21:04 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-12-14 07:21:04 +0100 |
commit | 226c6291551c8f07b2f67914d2b28577b1df7244 (patch) | |
tree | c6371db23b54cb30cf734c60274518fbd6954db3 /MatrixRoomUtils.Desktop/Components | |
parent | Temp state (diff) | |
download | MatrixUtils-226c6291551c8f07b2f67914d2b28577b1df7244.tar.xz |
Cleanup
Diffstat (limited to 'MatrixRoomUtils.Desktop/Components')
-rw-r--r-- | MatrixRoomUtils.Desktop/Components/RoomListEntry.axaml.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Desktop/Components/RoomListEntry.axaml.cs b/MatrixRoomUtils.Desktop/Components/RoomListEntry.axaml.cs index aaa1bee..69458aa 100644 --- a/MatrixRoomUtils.Desktop/Components/RoomListEntry.axaml.cs +++ b/MatrixRoomUtils.Desktop/Components/RoomListEntry.axaml.cs @@ -3,6 +3,7 @@ using Avalonia.Interactivity; using Avalonia.Media.Imaging; using LibMatrix; using LibMatrix.EventTypes.Spec.State; +using LibMatrix.EventTypes.Spec.State.RoomInfo; using LibMatrix.Helpers; using LibMatrix.Interfaces.Services; using LibMatrix.Services; |