MCPcopy Create free account
hub / github.com/async-labs/async / unreadComment

Method unreadComment

api/server/models/User.ts:407–407  ·  view source on GitHub ↗
({ userId, commentId }: { userId: string; commentId: string })

Source from the content-addressed store, hash-verified

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,

Callers 1

team-member.tsFile · 0.65

Implementers 1

UserClassapi/server/models/User.ts

Calls

no outgoing calls

Tested by

no test coverage detected