mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 07:40:05 +01:00
fix: closes #13953, show uid pic in post queue notification
This commit is contained in:
@@ -210,6 +210,7 @@ module.exports = function (Posts) {
|
||||
bodyShort: '[[notifications:post-awaiting-review]]',
|
||||
bodyLong: bodyLong,
|
||||
path: `/post-queue/${id}`,
|
||||
from: data.uid,
|
||||
});
|
||||
await notifications.push(notifObj, uids);
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user