Claire

Results 1010 comments of Claire

I like the idea, but I'm worried that it would get annoying real quick. Additionally, if the message can be set by the user being replied to, it's another avenue...

> If it gets annoying that's probably a sign you're being weird, like you shouldn't be interacting with so many people you're not mutuals with nor have ever talked with...

The server already supports that through [timeline markers](https://docs.joinmastodon.org/methods/timelines/markers/) and the WebUI does use that API to record the position in the timeline. It doesn't currently make any use of the...

Yeah, every client (including the WebUI) has to add support for that API.

Editing media attachment metadata on an already-published post (even when editing it) is currently not possible. The UI should not offer you to do it at all. There was an...

Note that the server itself often gets a version pre-processed by the client: the Web client handles resizing if needed and possible. So I guess it would make sense to...

From a quick search, there seem to be very few tools we could use for that. From what I can see, ffmpeg's [`photosensitivity` filter](https://ffmpeg.org/ffmpeg-filters.html#photosensitivity) seems like it could be promising,...

`j` is already used for moving down, so that wouldn't be able to be reused `home` and `end` would interfere with being able to move to the top and bottom...

`h` is already used for toggling sensitive media

That scheduler is designed to only schedule deletion jobs when your instance is practically idle, so there is no guarantee it will enqueue anything at each step. This could be...