this post was submitted on 05 Jul 2023
12 points (100.0% liked)

Memmy - An iOS client for Lemmy

5074 readers
1 users here now

Download on the App Store

View on GitHub

Join the Discord

Code of Conduct

founded 2 years ago
MODERATORS
 

I'm not sure if this is in the pipeline, but it would be very useful to save individual comments and it looks like the API supports that. I think all you would have to do is add functionality to make the API call to showActionSheetWithOptions in useComments.ts and then add the option to the options constant above it but I'm not sure.

Regardless, I'm really enjoying the app!

Edit: you would probably want to check the CommentView to see if the comment is saved, then change the options constant accordingly, then toggle the save parameter for SaveComment.

top 2 comments
sorted by: hot top controversial new old
[–] gkd@lemmy.ml 2 points 2 years ago (1 children)

Yes, this will be there soon.

Thank you gkd, you’re the best!