mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 01:20:41 +00:00
fix: switch share notif username to sender
This commit is contained in:
@@ -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 ` +
|
||||
|
||||
Reference in New Issue
Block a user