SoFriendly / 2fhey

Creative Commons Zero v1.0 Universal
117 stars 24 forks source link

[Discussion] Option to delete 2FA text messages #34

Open SarvagyaVaish opened 1 year ago

SarvagyaVaish commented 1 year ago

Very often right after using the 2FA code I proceed to delete the text. I am wondering if that's a feature we can add to this awesome app.

I am a developer and can help out with the implementation if you are able to provide a bit of guidance. For example, would this even be possible with the APIs available? If so, what UX would you prefer? etc.

itsthisjustin commented 1 year ago

We had problems modifying the local iMessage db. It would cause it to lock up. I know it's possible but we removed the features cause it was causing issues. I'd say simply having a checkbox in the dropdown that says "Auto-Delete 2FA Messages" would suffice.

SarvagyaVaish commented 1 year ago

Oh I see. Do you recommend I look into it or is it not worth it? Alternatively, we could mark the message as "read". Is there a branch with code for this or maybe its in the main branch, but commented out?

itsthisjustin commented 1 year ago

Marking read was the original idea. Haven't looked at in awhile so feel free to try again. Maybe look at BlueBubbles or Air message and see how they do it. No code was saved cause it caused too many issues

ajiblock commented 9 months ago

Super interested in this idea. Following in case its able to be implemented!

SarvagyaVaish commented 9 months ago

I wasn't able to figure it out unfortunately..