Skip to content

Commit

Permalink
share: fix regression in which emails were no longer being set
Browse files Browse the repository at this point in the history
Ensures that we can still share files by emails

Fixes #762.
  • Loading branch information
odeke-em committed Oct 11, 2016
1 parent 7379e8a commit a84c8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/share.go
Expand Up @@ -398,6 +398,7 @@ func (c *Commands) share(revoke, byId bool) (err error) {
files: files,
revoke: revoke,
roles: roles,
emails: emails,

accountTypes: accountTypes,
emailMessage: emailMessage,
Expand Down

0 comments on commit a84c8fc

Please sign in to comment.