Results 1407 comments of Nutomic

With this change can you increase the max comment depth and the nested comment api test to 100 without crashing? Even with your comment its not clear how lazy helps,...

With this we could theoretically increase the max comment depth, though 50 seems more than enough.

A relatively simple way to implement it would be with a new field `PrivateMessageView.is_untrusted: bool`. It is false if any of the following is true: - Current user is pm...

Makes sense. Besides the vote analytics are there any already merged features that should be marked as unstable?

This makes sense, and I believe Piefed implemented something along those lines. The main question is where this setting should be configured, should it be per instance, per community or...

It should be possible to send vote timestamps via federation, but not store them in the db.

Closing this as db size doesnt seem to be a real concern for admins.

Replaced by https://github.com/LemmyNet/lemmy/pull/5869

Importantly the unknown error type is used to convert `anyhow` errors to `LemmyError`. So to get rid of it we would have to convert all kinds of errors manually, for...

This was previously attempted in https://github.com/LemmyNet/lemmy-ui/pull/2256 but then reverted in https://github.com/LemmyNet/lemmy-ui/pull/2259. So it needs configuration to auto-generate the files if they dont exist.