Skip to content

Commit

Permalink
Hotfix/add shared by (#279)
Browse files Browse the repository at this point in the history
* Hotfix: add sharedby to received files

* Hotfix: add inviter during mail parsing.

* Hotfix: put add shared by in right place
  • Loading branch information
jsonsivar authored Dec 9, 2020
1 parent 21f2772 commit b7fe8c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/textile/sharing.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ func (tc *textileClient) buildInvitationSharedDirEntry(
Updated: time.Unix(0, updatedAt).Format(time.RFC3339),
},
},
Members: members,
SharedBy: file.SharedBy,
Members: members,
}

return res, nil
Expand Down

0 comments on commit b7fe8c8

Please sign in to comment.