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-12-15 02:18:15 +0100
commitdb0e87c0d610dbb24c3b62b37f2639245e9c3d3b (patch)
tree76d9341d51dc3a4f36cc60fd2b3a1c4afb9ec7f5 /LibMatrix/Homeservers/RemoteHomeServer.cs
parentClean up dev stuff a little bit (diff)
downloadLibMatrix-db0e87c0d610dbb24c3b62b37f2639245e9c3d3b.tar.xz
meow
Diffstat (limited to '')
-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 f9e3d04..adaac6d 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");