mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-01 15:36:04 -04:00
Fix exceptions in logs when failing to get remote room list (#10541)
This commit is contained in:
parent
1bebc0b78c
commit
60f0534b6e
5 changed files with 134 additions and 38 deletions
|
@ -1108,7 +1108,8 @@ class FederationClient(FederationBase):
|
|||
The response from the remote server.
|
||||
|
||||
Raises:
|
||||
HttpResponseException: There was an exception returned from the remote server
|
||||
HttpResponseException / RequestSendFailed: There was an exception
|
||||
returned from the remote server
|
||||
SynapseException: M_FORBIDDEN when the remote server has disallowed publicRoom
|
||||
requests over federation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue