hgfd
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -532,6 +532,7 @@ export default (router, tpl) => {
|
||||
success: true,
|
||||
comment: {
|
||||
...newComment[0],
|
||||
content,
|
||||
files: activityFiles
|
||||
},
|
||||
xd_score: xdRow?.xd_score ?? null,
|
||||
|
||||
Reference in New Issue
Block a user