A community based topic aggregation platform built on atproto

Removing isRead states for user privacy

Changed files
-9
internal
atproto
lexicon
social
coves
post
-9
internal/atproto/lexicon/social/coves/post/get.json
···
"type": "string",
"maxLength": 32
}
-
},
-
"isRead": {
-
"type": "boolean",
-
"description": "Whether the viewer has read this post (server-side only)"
-
},
-
"readAt": {
-
"type": "string",
-
"format": "datetime",
-
"description": "When the viewer read this post (server-side only)"
}
}
}