Closed iuioiua closed 1 year ago
Logic from createVote() should be moved within createComment(). Everything should be done within a single atomic operation.
createVote()
createComment()
Note: we may instead remove notifications functionality. Please do not yet proceed with working on this.
Notifications functionality has now been dropped, so this is no longer needed. See #569.
Logic from
createVote()
should be moved withincreateComment()
. Everything should be done within a single atomic operation.