Skip to content

Commit

Permalink
fix: switch share notif username to sender
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelDeimos committed Jun 19, 2024
1 parent 1d083ef commit cd65217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/routers/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ const v0_2 = async (req, res) => {
title: 'Files were shared with you!',
template: 'file-shared-with-you',
fields: {
username,
username: actor.type.user.username,
files,
},
text: `The user ${quot(req.user.username)} shared ` +
Expand Down

0 comments on commit cd65217

Please sign in to comment.