Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/HeyPuter/puter into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Jun 17, 2024
2 parents f185c02 + 35cbec4 commit fe2c8bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/backend/src/routers/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,9 @@ const handler_item_by_username = async (req, res) => {
template: 'file-shared-with-you',
fields: {
username: req.user.username,
type: wut,
filename: await node.get('name'),
files: [
await node.getSafeEntry(),
],
},
text: `The user ${quot(req.user.username)} shared a ${wut} ` +
`with you called ${quot(await node.get('name'))}`
Expand Down

0 comments on commit fe2c8bc

Please sign in to comment.