Files: 758067be2d34e305867da767019f80f75361733a / concepts / feed.md
298 bytesRaw
Feed
A feed is a signed append-only sequence of messages. Each identity has exactly one feed.
Note that append-only means you cannot delete an existing message, or change your history. This is enforced by a per-feed blockchain. This is to ensure the entire network converges on the same state.
Built with git-ssb-web