Sjmarf

Results 182 comments of Sjmarf

This is back in v2.0 as of [this PR](https://github.com/mlemgroup/mlem/pull/1101).

Looks like this is still a thing, as reported [here](https://lemmy.ml/post/19667291/13338461)

I can't reproduce this in the same way that I did before 🤔

This is supported by the backend now https://github.com/LemmyNet/lemmy/pull/5325

Had a brief look at this, and I think this would be far easier to do once we've more fully adopted the middleware system... implementing this system new basically means...

Relies on #716, and ideally we'd have an account switcher in the post composer too.

See also #128, which is a different sharing-related feature.

Yeah, regrettably there isn't a perfect solution to this at the moment. Our options are: a) Replace `_removed_`, with "Censored", which is what we're doing now. b) Keep it as...

SwiftUI doesn't support this, so we'd need a UIKit solution. UIKit's navigation system doesn't support this natively, either, so we'd need to implement a custom gesture recogniser that pushes the...