about summary refs log tree commit diff
path: root/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-02 22:36:15 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-12-02 22:36:15 +0100
commit779ced6da10e35df9273b95928ed182cddecee27 (patch)
tree90765a9e7bf6e2255503a0a4e0a4fb5d5c9fdec6 /MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs
parentUpdate upstreams (diff)
downloadMatrixUtils-779ced6da10e35df9273b95928ed182cddecee27.tar.xz
Reformat
Diffstat (limited to 'MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs')
-rw-r--r--MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs b/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs

index 247ace8..cbe2303 100644 --- a/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs +++ b/MatrixRoomUtils.LibDMSpace/DMSpaceRoom.cs
@@ -49,7 +49,7 @@ public class DMSpaceRoom(AuthenticatedHomeserverGeneric homeserver, string roomI else await ImportNativeDMsWithoutLayers(); } -#region Import Native DMs + #region Import Native DMs private async Task ImportNativeDMsWithoutLayers() { var mdirect = await homeserver.GetAccountDataAsync<Dictionary<string, List<string>>>("m.direct"); @@ -79,5 +79,5 @@ public class DMSpaceRoom(AuthenticatedHomeserverGeneric homeserver, string roomI var mdirect = await homeserver.GetAccountDataAsync<Dictionary<string, List<string>>>("m.direct"); } -#endregion -} \ No newline at end of file + #endregion +}