diff --git a/backend/src/middleware/handleHtmlContent/handleContentData.js b/backend/src/middleware/handleHtmlContent/handleContentData.js index 4b8642690..28df3b623 100644 --- a/backend/src/middleware/handleHtmlContent/handleContentData.js +++ b/backend/src/middleware/handleHtmlContent/handleContentData.js @@ -27,9 +27,6 @@ const notifyMentions = async (label, id, idsOfMentionedUsers, context) => { MERGE (comment)-[:NOTIFIED]->(notification)-[:NOTIFIED]->(user) ` } - // "author" of comment, blocked Peter: Jenny - // "user" mentioned on post by Jenny: Peter - // owner of post: Bob await session.run(cypher, { idsOfMentionedUsers, label, @@ -96,4 +93,4 @@ export default { CreateComment: handleContentDataOfComment, UpdateComment: handleContentDataOfComment, }, -} +} \ No newline at end of file