fix: closes #13953, show uid pic in post queue notification

This commit is contained in:
Barış Soner Uşaklı
2026-02-06 09:03:59 -05:00
parent 0b45e73fd5
commit a8a1089eda

View File

@@ -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 {