Results 382 comments of Nutomic

Described this in more detail and easier to implement in https://github.com/LemmyNet/lemmy/issues/2601

Closing in favor of https://github.com/LemmyNet/lemmy/issues/2601.

@320x200 Functionality for admins to purge any content including images is now implemented. It will be released soon in Lemmy 0.17. Other things mentioned here are not implemented yet, is...

There are no more default communities in 0.17, instead users see the local timeline by default. So this issue isnt relevant anymore.

For federation, stickied posts should be represented as a collection, such as this: `curl -H 'Accept: application/activity+json' https://mastodon.social/users/LemmyDev/collections/featured` ```json { "@context": ..., "id":"https://mastodon.social/users/LemmyDev/collections/featured", "type":"OrderedCollection", "totalItems":1, "orderedItems":[ { "id":"https://mastodon.social/users/LemmyDev/statuses/104246642906910728", "type":"Note", "published":"2020-05-28T14:52:14Z",...

I opened a separate issue for sticky posts collection: https://github.com/LemmyNet/lemmy/issues/2575. As the featured posts from this issue wont federate, both issues are completely separate. @makotech222 I would definitely appreciate if...

Looks like this can be done using [LemmyAutomod](https://github.com/RikudouSage/LemmyAutomod?tab=readme-ov-file#4-add-rules-to-database).

@CFKeef Your code looks fine, just open a pull request.

@nycterent Could you please make a pull request to add it to the [documentation](https://github.com/LemmyNet/lemmy-docs)?

Similar to https://github.com/LemmyNet/lemmy/issues/1456#issuecomment-1399717425, I think it would be good if someone could write a "Lemmy Enhancement Proposal" to get a full picture how this could work.