Claire

Results 1010 comments of Claire

There is already a setting at `/admin/settings/discovery` to disable access to the public timeline for unauthenticated users: ![image](https://user-images.githubusercontent.com/384364/203145388-1c5f8294-b826-48ed-b40f-dbb85badb6c7.png)

> Can you fix the linter complaint? Nah, I wouldn't ask them to do it, it's unrelated to their change (annoyingly, the linter complains about already-existing issues anywhere in changed...

> Is this change backwards-compatible with older versions of FFMPEG? If so, which versions? Is there a link to the FFMPEG change in question that broke this, for posterity/reference? Making...

This can currently be done manually by editing `config/settings.yml`

The trace is missing some information (that could be recovered if you could reproduce the error with `BACKTRACE=1`), but it seems like it occurs when trying to save media files...

We already have an index on preview card URL (called `index_preview_cards_on_url`), and I would be surprised if going from `btree` to `hash` would have such a huge impact. Can you...

Interesting! I imagine the index has failed to import when moving from your old server to your new one. What happens if you try to create the old one? `CREATE...

Hm, it could not be re-created because you had duplicate data in there, so the `UNIQUE` constraint would not work. This sounds like a case of https://docs.joinmastodon.org/admin/troubleshooting/index-corruption/

Sorry, I meant the original DB may have had index corruptions, and the indexes with broken UNIQUE constraints may have failed to import when you migrated the database, so your...