From fdee11c8068b02f0ba8dd4d17606ee141df0404d Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 5 Oct 2025 19:59:58 -0600 Subject: [PATCH] doc: fix syntax problems in task list --- progress/TASK-emojis.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/progress/TASK-emojis.md b/progress/TASK-emojis.md index 9682bd6..bea6eaa 100644 --- a/progress/TASK-emojis.md +++ b/progress/TASK-emojis.md @@ -46,6 +46,7 @@ export interface CommentClaim extends ClaimObject { text: string; parentItem: { identifier: string }; } +``` ### 6. Authentication & Authorization - [ ] Emojis require valid JWT authentication (like other claims) @@ -91,10 +92,10 @@ export interface CommentClaim extends ClaimObject { ## Implementation Notes This design follows the existing Endorser Server patterns: -- [ ] Reuses the proven JWT claim submission system -- [ ] Follows the established database and API patterns -- [ ] Maintains consistency with existing visibility and authentication rules -- [ ] Supports the distributed/P2P vision by storing emojis as signed claims +- Reuses the proven JWT claim submission system +- Follows the established database and API patterns +- Maintains consistency with existing visibility and authentication rules +- Supports the distributed/P2P vision by storing emojis as signed claims The emoji feature will integrate seamlessly with the existing GiveAction display system, showing emoji counts alongside other give information and providing a separate endpoint for detailed emoji retrieval when users want to see who reacted and with what emojis.