Skip to content

Commit a84c8fc

Browse files
committed
share: fix regression in which emails were no longer being set
Ensures that we can still share files by emails Fixes #762.
1 parent 7379e8a commit a84c8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/share.go

+1
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ func (c *Commands) share(revoke, byId bool) (err error) {
398398
files: files,
399399
revoke: revoke,
400400
roles: roles,
401+
emails: emails,
401402

402403
accountTypes: accountTypes,
403404
emailMessage: emailMessage,

0 commit comments

Comments
 (0)