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
ssb-tribes listens for group/add-member messages and if it sees on the first thing it does is look up the root message for that group. It needs to do this to derive the groupId (currently) so that it can register the groupId and key in the keystore.
if you don't have the root message yet, then all this breaks and the app throws at the moment.
If we don't throw then the user will never register the group and so will never rebuild / be able to decrypt group messages, be able to encrypt messages to the group
The text was updated successfully, but these errors were encountered:
mixmix
changed the title
added to a group, but don
added to a group, but don't have root
Feb 23, 2021
ssb-tribes listens for
group/add-member
messages and if it sees on the first thing it does is look up the root message for that group. It needs to do this to derive the groupId (currently) so that it can register the groupId and key in the keystore.if you don't have the root message yet, then all this breaks and the app throws at the moment.
If we don't throw then the user will never register the group and so will never rebuild / be able to decrypt group messages, be able to encrypt messages to the group
The text was updated successfully, but these errors were encountered: