You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It only works with individual messages, not whole conversations.
Adding support for deleting conversations would turn this feature into the "Archive" feature and we'll have two things doing the same with different names.
Simpler code base, less potential for bugs.
Additional information
This might be a breaking change for some/many so it should probably be a part of version 2.0.0.
The archive feature is simple and enough for most use-cases, we could optionally add a 'Automatically delete archived messages after 30 days' option for those who want it to act like a recycle bin.
The text was updated successfully, but these errors were encountered:
Will it retain the functionality of "archiving" a single message and not the whole conversation?
I see how for some conversations you would like to completely archive/hide the conversation.
But another use case is: for many services/business - a common blocking use case it that you will get relevant messages (OTP, updates, etc) but will also get ads and other irrelevant messages in the same conversation.
To keep things clean and relevant - the best case scenario is to be able to archive/block/hide only certain messages but keep the rest in the inbox.
This functionality is supported today by the recycle bin, and also makes much sense for the keyword blocking mechanism in general.
Checklist
Feature description
Remove the recycle bin feature.
Why do you want this feature?
The feature should be removed because:
Additional information
This might be a breaking change for some/many so it should probably be a part of version 2.0.0.
Related:
The text was updated successfully, but these errors were encountered: