Dirk Klimpel

Results 165 comments of Dirk Klimpel

The reason is `react-scripts` / `webpack` v4. An update is needed: ```bash yarn upgrade react-scripts@^5.0.0 yarn add eslint-config-react-app ```

I'm not sure if this should remain open? There is a PR needed for this update, to be ready for NodeJS v18 or v20.

I suspect it is not implemented. It always shows the Unix timestamp from Synapse. Probably it can be implemented in the future. Related: https://github.com/marmelab/react-admin/issues/5116#issuecomment-834683492

IMO it is an upstream issue: https://github.com/marmelab/react-admin/issues/5893

There was already a PR but it was reverted. https://github.com/marmelab/react-admin/pull/6119

I can well understand tgurr's point. Not showing this has something of security by obscurity. If this is a privacy issue it must be removed from the API in Synapse.

> list_joined_rooms() PR: #73 > purge_room() Merged: https://github.com/Awesome-Technologies/synapse-admin/commit/26b8cea6a5a22aee5b94ed8727c6e0be69ae79e5, https://github.com/Awesome-Technologies/synapse-admin/commit/3d4f45d07078a04f37371b24ea73b6209dbfddc7 But without switch for blocking and send notice `purge_room` will be deprecated in Synapse 1.25.0: https://github.com/matrix-org/synapse/blob/develop/CHANGES.md

@PC-Admin please have a look at current version. > list_directory_rooms() > remove_rooms_from_directory was part of #105

You have to enable this: https://matrix-org.github.io/synapse/latest/server_notices.html

You can send Server notices to users. Therefore is a an admin API. But you can not configure Server notices. This you have to do in the `homeserver.yaml` of Synapse.