this post was submitted on 28 Jan 2025
6 points (87.5% liked)
Arctic
453 readers
1 users here now
Arctic is a Lemmy client for iOS built on pure Swift. It currently supports iOS 15+ and Lemmy v0.17+
Get the latest version on TestFlight, or check it out on the AppStore.
If you would like to support Arctic’s development, feel free to Buy Me A Coffee
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is definitely something I can look into. I do something similar in comments threads, as the API will still return the contents of deleted and removed comments, so Arctic will check if it’s deleted, and prevent displaying the content.
I can do the same for profiles by either filtering out the entry entirely, or replacing its content with Deleted by user. For this, I will likely just add a toggle to the filtering menu in the profile tab. I don’t delete much content, so I had never really noticed this as an issue.