Update Private Group Client

akwizgran
2018-03-22 14:33:39 +00:00
parent 5678c4b1b4
commit 7b5bdad92f

@@ -31,7 +31,7 @@ The signature covers a BDF list with six elements: `groupId` (unique ID), `times
### Validity policy
* A join is valid if it is well-formed, has a valid signature from the new member, and has a valid signature from the creator unless the new member is the creator.
* A post is valid if it is well-formed, has a valid signature, and its parent (if any) is a valid post.
* A post is valid if it is well-formed, has a valid signature, its parent (if any) is a valid post, and its previous message is a valid join or post by the same member.
### Storage policy