mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
"Forward" user information to emoji parser
This commit is contained in:
@ -231,7 +231,8 @@ const CommentsUI = {
|
||||
|
||||
//Parse emojies
|
||||
ComunicWeb.components.textParser.parse({
|
||||
element: commentContent
|
||||
element: commentContent,
|
||||
user: user
|
||||
});
|
||||
|
||||
//Add comment image (if any)
|
||||
|
Reference in New Issue
Block a user