Nutomic
Nutomic
This isnt really necessary for any of the existing migrations, or causes too many problems. https://github.com/LemmyNet/lemmy/pull/5873
We already store the posts that were marked as read by a user. To resolve this we need to add a new field [GetPosts.read_only](https://github.com/LemmyNet/lemmy/blob/main/crates/api_common/src/post.rs#L72), similar to the existing fields `saved_only`...
https://github.com/LemmyNet/lemmy/pull/5264
The current limit is [300 chars](https://github.com/LemmyNet/lemmy/blob/main/crates/utils/src/utils/validation.rs#L23). I would prefer to change that hardcoded value instead of adding another setting. As a reference it would be good to know how many...
Youre welcome to make a pull request, just change the number I linked above.
https://github.com/LemmyNet/lemmy/pull/5325
I dont think a separate video filter makes sense, because you can also have memes in video form (eg gif). Also keep in mind that this wont filter out Youtube...
cc @asonix
Outdated, feel free to reopen.
> I checked the federation queue using your site after this happened, and it was up to date. iirc I also tried turning off that separate dedicated federation docker-container, and...