Eugen Rochko

Results 365 comments of Eugen Rochko

In a future update i would like to add automatic round robin assignment, that could improve the workflow.

As much as I don't like having this issue in the code, it would be better to fix all occurrences at once. There's more stuff like assign-to-self not checking if...

window.innerWidth returning 0 sounds like a privacy protection measure.

- It is not suffiicient to `@account.destroy!` to properly delete an account. You have to call `DeleteAccountService` - This method is unsecured. Any app that has an access token for...

I think it's a really, really dangerous idea to let app developers delete users' accounts. Imagine if Tusky was compromised and a new release deleted everyone's accounts. At the very...

Is your hosting provider blocking SMTP traffic by default?

If you're using Docker you don't need journalctl. Just use `docker logs mastodon_sidekiq_1` etc.

Yeah, the container name is probably different for you, but logging is part of Docker's core functionality (not docker compose). All Mastodon processes log to stdout.

If you are not running a Sidekiq process it would explain why no e-mails would be sent. Similarly, you need a streaming API process if you want to get real-time...