From a8a1089eda4d723e9878f64b506dcc72aee4e6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 6 Feb 2026 09:03:59 -0500 Subject: [PATCH] fix: closes #13953, show uid pic in post queue notification --- src/posts/queue.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/posts/queue.js b/src/posts/queue.js index a6aca50cca..6aca0d781c 100644 --- a/src/posts/queue.js +++ b/src/posts/queue.js @@ -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 {