mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-26 18:30:20 +01:00
change follow notif path
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user