From 816320fef5a66e6e7e8e276e00803ffad796761b Mon Sep 17 00:00:00 2001 From: louhutchinson Date: Wed, 29 May 2024 09:39:40 -0700 Subject: [PATCH] syntax cleanup --- 74.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/74.md b/74.md index b23368a3..bc0d06b9 100644 --- a/74.md +++ b/74.md @@ -67,6 +67,7 @@ unserialized JSON structure: ## Fields +``` content: Root object for the sorting algorithm configuration. algorithmName: Name of the sorting algorithm. version: Version of the sorting algorithm. @@ -87,11 +88,13 @@ includeReplies: Boolean indicating whether to include replies. includeMedia: Boolean indicating whether to include posts with media. contentSafety: Level of content safety (safe, moderate, any). promotedContent: Boolean indicating whether to include promoted content. -Rationale +``` + +## Rationale This standardized configuration allows developers and platforms to implement consistent sorting and filtering logic across different social media applications. By using a common format, it becomes easier to integrate and extend sorting algorithms, providing a better user experience. -Compatibility +## Compatibility This proposal is designed to be backward compatible with existing implementations by providing default values for new configuration fields. Platforms can gradually adopt the new configuration format without disrupting current functionality.