Renaud Chaput
Renaud Chaput
You need to update to the latest patch release of Postgresql 14 (14.13). This can be done in place, without upgrading your pg data directory. If you want to update...
> @renchap and how do I do that with the version of PostgreSQL that was installed by the helmchart? You probably should update `postgresql.image.tag` to use a more recent image....
There is nothing in the Mastodon software that prevents displaying link previews for Bluesky links. When pasting a `bsky.app` link in a Mastodon post (for example https://bsky.app/profile/pjanuel.bsky.social/post/3lu2vr6wnn224), it correctly shows...
Ideally we should rely on database transactions here, so if the transaction is cancelled then the audit log is not written. But I assume that this is complex to implement...
There is a Rails feature to avoid adding our options to the global `config` (and risk issues in the future): [`config.x`](https://guides.rubyonrails.org/configuring.html#config-x)
There are already a lot of notifications options, and making it even more complex to account for those specific usecases it hard, especially when you take into account how they...
> if it were up to me, i'd split the top-level settings into each type This would create 5*number of notification types checkboxes for users to review, this is far...
> That looks ok, but we should probably migrate to the flat file soon. Multiple of our eslint plugins are not yet compatible, unfortunately.
I am really unsure we want this before switching to the eslint flat config. The `typescript-eslint` docs do not recommend this if you are not in the flat config, and...