about summary refs log tree commit diff
path: root/MatrixUtils.LibDMSpace/HomeserverExtensions.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixUtils.LibDMSpace/HomeserverExtensions.cs')
-rw-r--r--MatrixUtils.LibDMSpace/HomeserverExtensions.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/MatrixUtils.LibDMSpace/HomeserverExtensions.cs b/MatrixUtils.LibDMSpace/HomeserverExtensions.cs
new file mode 100644
index 0000000..2bf5eaa
--- /dev/null
+++ b/MatrixUtils.LibDMSpace/HomeserverExtensions.cs
@@ -0,0 +1,10 @@
+using LibMatrix.Homeservers;
+
+namespace MatrixUtils.LibDMSpace;
+
+public static class HomeserverExtensions {
+    public static async Task<DMSpaceRoom> GetDMSpaceRoomAsync(this AuthenticatedHomeserverGeneric homeserver) {
+        return null; //TODO: implement
+    }
+    
+}
\ No newline at end of file