mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +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]]',
|
bodyShort: '[[notifications:post-awaiting-review]]',
|
||||||
bodyLong: bodyLong,
|
bodyLong: bodyLong,
|
||||||
path: `/post-queue/${id}`,
|
path: `/post-queue/${id}`,
|
||||||
|
from: data.uid,
|
||||||
});
|
});
|
||||||
await notifications.push(notifObj, uids);
|
await notifications.push(notifObj, uids);
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user