next step towards private groups
coming soon: the ability to share a decryption link to a private message. This will be a markdown link, but including the decryption key. You can reveal a message to just one person at a time, by linking just to them, or reveal it publically, by posting it in a public message.
With the merge of decrypted indexes there is a now a clear model of how indexes and encryption interact. With secret blobs there is also a pattern for including a secret-blob in a message (via a markdown link). This is what we need to start working on private groups!
The essential thing about private groups is that you can add people to them later,
i.e. by giving them the key. private groups will work a lot like @dinosaur's message identified groups proposal: there is a initial message which defines the group, then members are added to that. For private groups, the that initial message is encrypted, and contains the key for that group, and to add a member someone must give them the key to decrypt that message.