change follow notif path

This commit is contained in:
Barış Soner Uşaklı
2024-09-16 19:42:27 -04:00
parent 3c55d1024d
commit 1fe8ac191d

View File

@@ -113,7 +113,7 @@ module.exports = function (User) {
bodyShort: `[[notifications:user-started-following-you, ${displayname}]]`,
nid: `follow:${targetUid}:uid:${uid}`,
from: uid,
path: `/uid/${targetUid}/followers`,
path: `/user/${userData.userslug}`,
mergeId: 'notifications:user-started-following-you',
});
if (!notifObj) {