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,
username: window.scrollerUsername,
display_name: displayName,
content: content,
content: data.comment?.content ?? content,
created_at: null
}, !!window.scrollerLoggedIn);
// Set avatar from global

View File

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