keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.91k stars 1.23k forks source link

bug? adding participant to chat / deleting chat group/log/conversation #7536

Open cykosyc opened 7 years ago

cykosyc commented 7 years ago

when starting a new chat with another user, it works fine, BUT when trying to add another user to the same chat group, it does not add the user but instead it creates a whole new chat conversation. another issue is not able to delete a conversation or group chat. suggestions:

malgorithms commented 7 years ago

we'll be launching a feature later in the summer that allows this. for now, yeah, a chat is a direct function of exactly who is inside it, so as you edit the "to" field, you're jumping from matching chat to matching chat.

doing any kind of dynamic team correctly is very complicated: membership has to be signed into an auditable chain so that members know the server is never injecting someone who wasn't added by a member of the group. you wouldn't want to be tricked into rekeying a conversation for the wrong person.

anyway, yeah, coming soon.