Claire

Results 1010 comments of Claire

I understand this is not exactly what you are asking for (manual hiding of a post as opposed to automatically preventing a post from coming back in the timeline after...

Proposed alternative wording: ![image](https://user-images.githubusercontent.com/384364/146810458-0d0ff9c5-080c-4305-b5f8-149ea19d7537.png)

As I said on #16226, I have toyed with this idea but failed to find a satisfying design.

Reopening because I still think there's something to be done in that area.

What I think may be happening is that this video has a size (1645x1042) that would be invalid with the format and codecs Mastodon re-encodes it to.

> It might be more impactful to only create a conversation record when a status receives a reply, rather than preemptively. This would reduce the conversations table by a ton...

I'm unsure there's a reliable way to get the user's timezone. Maybe we should add a field for that (possibly pre-filled with some javascript-based autodetection)?

The input is UTC. The display in the web client should be in the user's local time (handled by the browser). There's a PR open to change the admin page...

> If you have thoughts about the right way to reduce duplication between `DomainBlocksController` and `DomainAllowsController` (additional base class? mixin? …?), I'm happy to give it a try I'd probably...