Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to be able to remove users without blocking them #620

Closed
dbquarrel opened this issue May 3, 2017 · 6 comments
Closed

Need to be able to remove users without blocking them #620

dbquarrel opened this issue May 3, 2017 · 6 comments

Comments

@dbquarrel
Copy link

There are use cases for removing users (don't need them now and for the foreseeable future) and for blocking them (this user has harassed me and I want to forcibly prevent them from contacting me again).

At the moment, as far as I understand, wire tells you to block a user instead of deleting them from your contacts.

Removing a user is important because for some reason in the future you may wish to receive a message from them, you just don't want them on your contacts at the present time. For instance if you added someone by accident, your only recourse now is to permanently block them, and going nuclear on someone like that for no reason especially after you just got them to accept an invite seems rather rude.

Add/remove/block is a pretty standard paradigm that wire is deviating from, this is confusing to users who are looking for remove functions and can't find them.

So, please consider conforming with standard messenger paradigms in this regard.,

@2114L3
Copy link

2114L3 commented May 4, 2017

there is a 'delete' and 'block' option on android mobile, but 'delete' is missing on the desktop app. in my case linux appimage.

edit - i stand corrected. the 'delete' next to the 'block' in android only removes and clears the conversation.

delete user without blocking appears to be absent on android as well.

i too would like to disassociate from users and bots without blocking.

@maximbaz
Copy link
Contributor

maximbaz commented May 4, 2017

Is this menu on the left panel what you are looking for?

image

@dbquarrel
Copy link
Author

That button unintuitively deletes the conversation, though it is on the contact and is associated with Block which is a contact operation. So this points out another problem. That menu being for the conversation should be "Mute", "Archive" and "Clear" (clear all messages). Delete is ambiguous and as you thought it was for deleting the user. "Block" should not be on that menu as it is a contact operation and is confused with the other 3 being conversation operations.

So there should be two menus here, maybe as submenus under one menu. Or the conversation menu moved to the conversation screen, and the user menu left here beside the user name.

Conversation >
Mute
Archive
Clear

Contact >
Block
Delete

That would be correct and intuitive UI.

@maximbaz
Copy link
Contributor

maximbaz commented May 4, 2017

Aah, I see. Totally agree on your suggestion then, "Delete contact" and "Clear history" should be two separate unambiguous features.

@gregor
Copy link
Contributor

gregor commented Aug 29, 2017

Thank you for your feedback which will be considered for our future roadmap.

@gregor gregor closed this as completed Aug 29, 2017
@Aikatsui
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants