Slavi Pantaleev

Results 202 comments of Slavi Pantaleev

Looks like there are only a few things left to do and this can be merged

This is because we point Dimension to `matrix_homeserver_container_url`, which.. if `matrix-nginx-proxy` is enabled, points to `http://matrix-nginx-proxy:12080` -- a vhost, which can properly forward traffic to the appropriate Synapse worker: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/05819056bc16b7e5ba2e75060bf1e9dcb003f999/group_vars/matrix_servers#L20-L29...

Homeserver registration should not be public by default. I've addressed this in caebb7be0b2cd02a. Is there really no better way to create Conduit users than to use public registration?

Our instructions could be to: 1. Use `matrix_conduit_allow_registration: true` in your `vars.yml` the first time around, temporarily 2. Run `--tags=setup-all,start` 3. Create your first user via Element or whatever client...

Being able to watch a video full-screen seems like a basic necessity.

Seems like this is still problematic. It'd be helpful if the Discord bot told you that sending a message failed. Right now, it's just a log entry like "[DiscordBot] warn:...

This should be fixed in `2.3.1`. --- Would Synapse like you throwing things like `@name/domain:domain` there anyway?

You're right.. `2.3.1` made things worse - completely breaking reconcilliation :man_facepalming: I've since reverted this URL-encoding change. `2.3.2` should be pretty much the same as `2.3.0`. People with servers with...

You can try that patch yourself and see if it helps with all of your users. Something is definitely fishy with these users containing `/`. I suspect it may be...

Seems like I had reviewed this, but had completely forgotten about it too. I suppose yours will be more up to date, and you'd be more responsive to get it...