1
0

Use full GitHub links instead of bare issue numbers. (#16637)

This commit is contained in:
Patrick Cloke
2023-11-15 08:02:11 -05:00
committed by GitHub
parent 4dd18bdc2e
commit f2f2c7c1f0
39 changed files with 94 additions and 73 deletions

View File

@@ -295,7 +295,8 @@ class ThirdPartyEventRulesModuleApiCallbacks:
raise
except SynapseError as e:
# FIXME: Being able to throw SynapseErrors is relied upon by
# some modules. PR #10386 accidentally broke this ability.
# some modules. PR https://github.com/matrix-org/synapse/pull/10386
# accidentally broke this ability.
# That said, we aren't keen on exposing this implementation detail
# to modules and we should one day have a proper way to do what
# is wanted.