You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
The text was updated successfully, but these errors were encountered:
DMRobertson
added
A-Spec-Compliance
places where synapse does not conform to the spec
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
labels
Nov 12, 2021
Well, having written a test for this, it's working perfectly fine. But I have no idea why; I would like to understand,
DMRobertson
removed
A-Spec-Compliance
places where synapse does not conform to the spec
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
labels
Nov 12, 2021
Spec says we should return 404.
AFAICS we only return 200 (or maybe 500 if there's an internal server error).
synapse/synapse/rest/client/directory.py
Lines 94 to 124 in 2af6d31
Discovered because mypy spotted the return type hint here was wrong (we may return
None
):synapse/synapse/storage/databases/main/directory.py
Lines 136 to 159 in 40a1fdd
The text was updated successfully, but these errors were encountered: