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", ""]