Postgate
constructor(createdAt: Timestamp, post: AtUri, detachedEmbeddingUris: List<AtUri> = emptyList(), embeddingRules: List<PostgateEmbeddingRuleUnion> = emptyList())
Parameters
post
Reference (AT-URI) to the post record.
detached Embedding Uris
List of AT-URIs embedding this post that the author has detached from.
embedding Rules
List of rules defining who can embed this post. If value is an empty array or is undefined, no particular rules apply and anyone can embed.