({ userId, commentId }: { userId: string; commentId: string })
| 405 | |
| 406 | readComment({ userId, commentId }: { userId: string; commentId: string }): Promise<void>; |
| 407 | unreadComment({ userId, commentId }: { userId: string; commentId: string }): Promise<void>; |
| 408 | |
| 409 | markCommentAsUnreadForParticipantsOfDiscussionAfterCommentIsAdded({ |
| 410 | userIdsToNotify, |
no outgoing calls
no test coverage detected