about summary refs log tree commit diff
path: root/LibMatrix/Homeservers/RemoteHomeServer.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-11-01 20:10:10 +0100
committerRory& <root@rory.gay>2025-11-01 20:10:10 +0100
commit90654751d32d75c76979d09fa30a3f749986d911 (patch)
tree97b8786c8d17add22964bde39cee5a40ffc2dab3 /LibMatrix/Homeservers/RemoteHomeServer.cs
parentdotnet 10, synapse admin room list improvements (diff)
downloadLibMatrix-90654751d32d75c76979d09fa30a3f749986d911.tar.xz
Remove deprecated unauthenticated media uris HEAD master
Diffstat (limited to 'LibMatrix/Homeservers/RemoteHomeServer.cs')
-rw-r--r--LibMatrix/Homeservers/RemoteHomeServer.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/LibMatrix/Homeservers/RemoteHomeServer.cs b/LibMatrix/Homeservers/RemoteHomeServer.cs

index 3e41075..af84be2 100644 --- a/LibMatrix/Homeservers/RemoteHomeServer.cs +++ b/LibMatrix/Homeservers/RemoteHomeServer.cs
@@ -118,9 +118,6 @@ public class RemoteHomeserver { #endregion - [Obsolete("This call uses the deprecated unauthenticated media endpoints, please switch to the relevant AuthenticatedHomeserver methods instead.", true)] - public virtual string? ResolveMediaUri(string? mxcUri) => null; - public UserInteractiveAuthClient Auth; }