fix: switch share notif username to sender

This commit is contained in:
KernelDeimos
2024-06-18 23:43:03 -04:00
parent 1d083efb67
commit cd65217f5c
+1 -1
View File
@@ -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 ` +