diff --git a/protospec.md b/protospec.md index 56bf534..29391f7 100644 --- a/protospec.md +++ b/protospec.md @@ -70,6 +70,12 @@ interface Msg { } ``` +The `data` object varies: + +- In the first message: `{ add: , nonce: }` +- In subsequent messages: `{ add: , consent: }` + - Where `` is the base58-encoded signature of the string `:identity-add:` where `` is the identity's ID + ## Feed root The root msg for a feed is special, its `metadata` is predictable and can be constructed by any peer. It is a data-less msg with the following shape: