hgfd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user