- status: stable
- Facilitator: mixmix
- Date: 2023-03-07 00:00:00 +0000 UTC
- scope: SSB
- license: CC0-1.0
- Author: mixmix
- reviewed by: staltz cel
- implemented in: patchwork manyverse planetary patchfox
The post message type is the foundational unit for talking with peers on the original scuttlebutt network.
Post messages can be used standalone, but are most commonly collected as sets of related messages and formed into a “thread”.
During rendering, threads of posts are also further decorated with vote messages (for likes), and about messages (for displaying author details).
View spec on github