From 7c6aff49f4ab706e34d17a70d5bacfee6ba878fa Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 26 Nov 2024 18:51:30 -0500 Subject: [PATCH] Fixing missing migration from e to a tags on the reading state. --- 63.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/63.md b/63.md index 0e82e22..2832fc7 100644 --- a/63.md +++ b/63.md @@ -70,7 +70,8 @@ The `e` tag points to the latest scene the user has read. { "kind": 30298, "tags": [ - ["d", ""], + // d-tag defines the starting point so that if the user sees an interative post again, the client can find it. + ["d", ""], // cached to simplify preview purposes ["title", ""], @@ -78,10 +79,10 @@ The `e` tag points to the latest scene the user has read. ["image", ""], // root with relay hint - ["E", "", ""], + ["A", "", ""], // current scene with relay hint - ["e", "", ""], + ["a", "", ""], // reading status ["status", ""]