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

Add keysharing on invites to File Tree Spaces #1744

Merged
merged 2 commits into from
Jun 22, 2021

Conversation

turt2live
Copy link
Member

No description provided.

@turt2live turt2live requested a review from a team June 17, 2021 23:39
Copy link
Collaborator

@jryans jryans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, thanks! 😄

* @returns {Promise<void>} Resolves when complete.
*/
public invite(userId: string, andSubspaces = true): Promise<void> {
// TODO: [@@TR] Share keys
public invite(userId: string, andSubspaces = true, shareHistoryKeys = true): Promise<void> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps consider an options object, instead of a growing sequence of booleans which all look the same at the call site... just a suggestion though. 😇

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will keep it under advisement for the proof of concept :p

There might still be one more option...

@turt2live turt2live merged commit 75719c3 into develop Jun 22, 2021
@turt2live turt2live deleted the travis/keyshare-file-trees branch June 22, 2021 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants