From 5b394ea44ea0bf3f1c5bd4d5a0a13d8be2018582 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 8 Sep 2024 23:53:27 +0200 Subject: meow --- LibMatrix/Homeservers/RemoteHomeServer.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'LibMatrix/Homeservers/RemoteHomeServer.cs') 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 GetClientVersionsAsync() { var resp = await ClientHttpClient.GetAsync($"/_matrix/client/versions"); -- cgit 1.4.1