Post Token
This token represents a post created by a user.
The post token must contain a content (c) field. For other constraints see the Action Tokens.
There can be multiple subtypes of this token, which can represent the content of the post in different ways.
POST
A simple text only post. The content must be in markdown format.
POST:IMG
A post with an image. The content must be in markdown format, the attachment (a) field must contain exactly one item which must be an image.
POST:VID
A post with a video. The content must be in markdown format, the attachment (a) field must contain exactly one item which must be a video.
Database key
The database key for a post token is [iss, "POST", id]
Example
User @someuser.cloudillo.net writes a post on the wall of @somegroup.cloudillo.net, attaching an image:
Field | Value |
---|---|
iss | someuser.cloudillo.net |
aud | somegroup.cloudillo.net |
iat | 2024-04-13T00:00:00.000Z |
k | 20240109 |
t | POST:IMG |
c | “Love U All <3” |
a | [“ohst:51mp8Oe5gekbAualO6jydbOriq0OfuZ5zpBY-I30U00,CFN6hm21Z73m12CK2igjFy8bVDhSV8oFZS4xOrzHE98,rk9n8iz–t0ov4sJAnBzEktmyZVsLmcKkPEVhkK4688,nfpr7eTtApLNTRS5qDokBsodo4UQ_zj7kzNWwvj7oEs”] |