-
Notifications
You must be signed in to change notification settings - Fork 1
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
Re-enable checking of add-member spec #58
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ready apart from waiting for that module to be installed when it's published
version: 'v2', | ||
groupKey: secret.toString('base64'), | ||
root, | ||
creator: rootAuthorId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might have missed this (creator
) being added to the spec? I dislike that it's like author. Why do we need it?
creator is the root metafeed id of the creator of the group
Nope, I was involved! I think we should call it groupCreatorRootFeedId
or initAuthorRootrId
.. if it's not too late :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too late! But this PR just adds the checking against the spec. Changing the field name would IMO be a different issue/pr.
i'll take this as approval now that metafeeds is updated in here |
Fixes #43