this post was submitted on 16 Feb 2024
92 points (97.9% liked)

Jerboa

10285 readers
1 users here now

Jerboa is a native-android client for Lemmy, built using the native android framework, Jetpack Compose.

Warning: You can submit issues, but between Lemmy and lemmy-ui, I probably won't have too much time to work on them. Learn jetpack compose like I did if you want to help make this app better.

Built With

Features

Installation / Releases

Support / Donate

Jerboa is made by Lemmy's developers, and is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.

Crypto

Contact

founded 2 years ago
MODERATORS
 

Sry about the last borked release. I added a CI task to prevent it from happening again.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 8 months ago (1 children)

So does that mean others can't see deleted comments or as i understand it is just jerboa users who can't ? Also thanks for report inbox that was a much needed feature.

[–] [email protected] 1 points 8 months ago (1 children)

That was a bug, you shouldn't be able to view others deleted comments.

[–] [email protected] 3 points 8 months ago (1 children)

But that is a problem with lemmy not jerboa as other apps can do it too.

[–] [email protected] 0 points 8 months ago (2 children)

Those are bugs in those apps, you'll need to open on their issue trackers. It means they're ignoring the deleted field.

[–] [email protected] 4 points 8 months ago (1 children)

What keeps someone from using the API directly to see what a deleted comment said? Shouldn't the contents be requested to be made unavailable?

[–] [email protected] 1 points 8 months ago

We used to manually manipulate those DB results (overwriting them with english phrases), but it caused some issues. You could open up an issue in the back-end, but it's still a front end bug that means your app is ignoring those fields.

[–] [email protected] 0 points 8 months ago

I don't have a github account and you need one to open an issue so i guess somwone would do it sooner or later