This commit is contained in:
2026-05-30 13:07:38 +02:00
parent 9177b993fc
commit 067f202c08
2 changed files with 2 additions and 1 deletions

View File

@@ -2805,7 +2805,7 @@
avatar: null, avatar: null,
username: window.scrollerUsername, username: window.scrollerUsername,
display_name: displayName, display_name: displayName,
content: content, content: data.comment?.content ?? content,
created_at: null created_at: null
}, !!window.scrollerLoggedIn); }, !!window.scrollerLoggedIn);
// Set avatar from global // Set avatar from global

View File

@@ -532,6 +532,7 @@ export default (router, tpl) => {
success: true, success: true,
comment: { comment: {
...newComment[0], ...newComment[0],
content,
files: activityFiles files: activityFiles
}, },
xd_score: xdRow?.xd_score ?? null, xd_score: xdRow?.xd_score ?? null,