Compare commits

..

2 commits

Author SHA1 Message Date
Bea
6553946b88
test: fix null registration object and validation errors during setup
Running the test suite without a local `registration.yaml` previously
caused a TypeError because the `reg` export defaulted to null. This
injects a base template using `getTemplateRegistration` before applying
test-specific overrides.
2026-03-02 02:39:23 +00:00
Bea
ebc4dc1814
fix(d2m): handle expired Discord event and invite links
Wrap the scheduled event lookup in a try-catch block to prevent the
bridge from crashing when it encounters expired or invalid links.
When a 404 or Discord error code 10006 is caught, the bot now
generates a fallback "m.notice" event to inform Matrix users that
the event link has expired.
2026-03-02 02:39:23 +00:00

Diff content is not available