🐞 Fixed bug where notification is missing the comment content body text

Moved `this.content = ''` (which clears input text from the comment textarea) from postComment() to the composite function, and added async await to ensure all 3 methods are called (and data sent) on click, before clearing the text input in comment textarea.