Dirk Klimpel
Dirk Klimpel
There are no stettings in Synapse Admin.
Is there a reason for the `#` at the and of line > `ProxyPassReverse / http://127.0.0.1:8008/#` Synapse gives you an `error 500`. I would recommend to have a look at...
IMO you have found a bug in Synapse. Introduced with: https://github.com/matrix-org/synapse/pull/11846 You do not set `system_mxid_avatar_url`. The default is `None`. https://github.com/matrix-org/synapse/blob/2c42673a9b8c708a73f49575673c85a32ea32b82/synapse/config/server_notices.py#L62 This is set to the `profile` for creating the...
I have created a PR https://github.com/matrix-org/synapse/pull/13566
This is fixed with Synapse 1.66.0.
Reason is this line: https://github.com/Awesome-Technologies/synapse-admin/blob/865fc98336a1505f268065f8d85dd8e2452903df/src/components/users.js#L437 Without this line react-admin requests per default sorting by `id`. `Id` is not a valid sort order and Synapse response with an error.
You can retry it with Synapse v1.32.0. Docs: https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/user_admin_api.rst#override-ratelimiting-for-users
Fix this? - #111 - #258
This is a missing upstream feature at the moment. https://github.com/matrix-org/synapse/issues/11202
Is there no docs needed for `synapse/docs/modules/`?