orhtej2

Results 77 comments of orhtej2

While possible this actually requires forking bridge itself to puppet the proper server as it's hardcoded to interact with Synapse ATM. It is possible though, I have run this PoC...

> we don't need to fork mautrix bridges, just to add a functionality to their yunohost packages. That's what I meant, should have used better wording :P My repo is...

Another issue is that [at this point `dendrite` fails to build against Go 1.21](https://github.com/matrix-org/dendrite/issues/3128) and AFAIK we cannot specify upper bound for dependencies installed with `apt`, right?

Updated 1.6.5 released, mail support is in progress.

Why can't you? Can you please share logs if the upgrade is failing?

What you're describing is not how backups work unfortunately (backup actually reinstalls the app, so it's impossible to apply backup on top of existing app), I'll try to repro the...

Can you try running as `root`: ```sh sudo -u postgres psql --dbname=castopod --command="UPDATE cp_migrations SET class='Media\\\\Database\\\\Migrations\\\\AddMedia', namespace='Media' where class='App\\\\Database\\\\Migrations\\\\AddMedia'" ``` Does this report smth along the lines of '1 row...

I'm sorry to hear that :/ You didn't create a backup prior to uninstalling, did you? On Wed, Jan 3, 2024 at 2:22 PM Thibault Milan ***@***.***> wrote: > Closed...

That is strange, local mail setup was always broken, but why is it with external vendor? Any logs? What conf (roughly) are you using?

The e-mail config seems OK. Are you sure the credentials you're passing are valid? Are you able to use these successfully with 'normal' e-mail client?