about summary refs log tree commit diff
path: root/LibMatrix/Homeservers/RemoteHomeServer.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-09-08 23:53:27 +0200
committerRory& <root@rory.gay>2024-09-08 23:53:27 +0200
commit5b394ea44ea0bf3f1c5bd4d5a0a13d8be2018582 (patch)
tree39ab019b65ec9f17037290c1bfd53377de50bef9 /LibMatrix/Homeservers/RemoteHomeServer.cs
parentClean up dev stuff a little bit (diff)
downloadLibMatrix-5b394ea44ea0bf3f1c5bd4d5a0a13d8be2018582.tar.xz
meow
Diffstat (limited to 'LibMatrix/Homeservers/RemoteHomeServer.cs')
-rw-r--r--LibMatrix/Homeservers/RemoteHomeServer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/LibMatrix/Homeservers/RemoteHomeServer.cs b/LibMatrix/Homeservers/RemoteHomeServer.cs
index ecf3e3a..95dac92 100644
--- a/LibMatrix/Homeservers/RemoteHomeServer.cs
+++ b/LibMatrix/Homeservers/RemoteHomeServer.cs
@@ -55,6 +55,8 @@ public class RemoteHomeserver {
 
         return data;
     }
+    
+    // TODO: Do we need to support retrieving individual profile properties? Is there any use for that besides just getting the full profile?
 
     public async Task<ClientVersionsResponse> GetClientVersionsAsync() {
         var resp = await ClientHttpClient.GetAsync($"/_matrix/client/versions");