Slavi Pantaleev
Slavi Pantaleev
Unfortunately, each homeserver implementation has its own very different database format and there are not migration tools that can convert from one to the other. It's probably up to homeserver...
Thanks for doing all this work! :bow: I haven't reviewed this in detail yet, but: 1. Why is Matrix Authentication Service required for Element Call to function? Perhaps it only...
It's quite far from being ready. It still requires extensive reworking. I'll post here when it's operational and ready to be tested.
I'm not sure what you're doing here and why. You seem to be replacing `matrix_prometheus_nginxlog_exporter_enabled` which toggles the [matrix-prometheus-nginxlog-exporter](https://github.com/spantaleev/matrix-docker-ansible-deploy/tree/dc461004b472ce38e980d52899e1ad65121c7947/roles/custom/matrix-prometheus-nginxlog-exporter) Ansible role (which installs the [martin-helmich/prometheus-nginxlog-exporter](https://github.com/martin-helmich/prometheus-nginxlog-exporter/) component) with some new other...
Yes, sliding-sync should be fine to remove. It's long been replaced with native sliding sync.
Even now, the playbook auto-adjusts `postgres_max_connections` based on whether Synapse workers are enabled, like this: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/abc74a6b96edcfc9d7eb8c9af5995c976b66aa0f/group_vars/matrix_servers#L4107 ----- Perhaps 500 is too low of a value, but only when one enables...
See the changelog entry about l"Authenticated Media". That's likely to be your problem, not IPv6.
This is possible, but somewhat tricky. Perhaps it could use a different invocation syntax (e.g. `!bai weigh-in 10 What do you think?`) which: - explicitly signals to the bot that...
You may be able to enable the experimental features for these MSCs in Synapse, using the following configuration: ```yml matrix_synapse_configuration_extension_yaml: experimental_features: msc_2966_enabled: true msc_3824_enabled: true ``` For other experimental features,...
It seems like v6.13.0 is also affected. I've tested it with both OpenTofu v1.8.2 and v1.8.3. v6.11.0 is working fine though, so it appears that the regression was introduced in...