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

cmd/vuvuzela-client: add command to delete sent friend requests #33

Open
aa153 opened this issue May 9, 2018 · 6 comments
Open

cmd/vuvuzela-client: add command to delete sent friend requests #33

aa153 opened this issue May 9, 2018 · 6 comments

Comments

@aa153
Copy link

aa153 commented May 9, 2018

I have sent friend request to non-existant user (I suppose). Now I see this request after "/list" command but I can't delete it. Maybe it should just expire in NN days?

@0x1daniel
Copy link

Could /delfriend <username> be the correct solution?

@aa153
Copy link
Author

aa153 commented May 10, 2018

No, I've got message "Cannot find friend <...>"

@0x1daniel
Copy link

Then this is a issue from my point of view, because there is no other command provided to delete something.

/cancel <username> would be a good command to provide such a function.

@0x1daniel
Copy link

https://github.com/vuvuzela/alpenhorn/blob/master/friendrequest.go#L70

Looks like it is only for a short time possible to remove. An implementation would be helpful anyway. Will implement it.

@0x1daniel
Copy link

0x1daniel commented May 10, 2018

The protocol doesn't allow deleting sent friend requests. Even when they are queued it is nearly impossible to remove them. I implemented it anyway https://github.com/oltdaniel/vuvuzela

So this issue can be closed

@aa153
Copy link
Author

aa153 commented May 10, 2018

It's interesting, thank you.
Will check it later.

@aa153 aa153 closed this as completed May 10, 2018
@davidlazar davidlazar reopened this May 24, 2018
@davidlazar davidlazar changed the title how remove wrong friend request cmd/vuvuzela-client: add command to delete sent friend requests May 24, 2018
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

3 participants