| Commit message (Collapse) | Author | Files | Lines |
|
Tests were broken due to an API changing. The code used in Synapse
proper should be compatible with both versions already.
|
|
This applies even if the feature is disabled at the server level with `allow_per_room_profiles`.
The server notice not being a real user it doesn't have an user profile.
|
|
We don't use newsfiles for DINUM releases anyways, so a CI requirement for them
does not make sense.
|
|
|
|
|
|
remove the stubbing out of `request.process`, so that `requestReceived` also renders the request via the appropriate resource.
Replace render() with a stub for now.
|
|
the preview resource is mointed at preview_url, not url_preview
|
|
FakeChannel has everything we need, and this more accurately models the real
flow.
|
|
|