Update FUTO Social Media Plan authored by Eron's avatar Eron
......@@ -28,6 +28,7 @@ We imagine an export format that looks something like this:
@#PublicKey
@#Signature {
@.scheme[#SignatureScheme]
@.key[#PublicKey]
}
@#Content
@#QuickResponse {
......@@ -40,6 +41,7 @@ We imagine an export format that looks something like this:
@.content[$array[#Content]]
@.reply_to[$array[#Document/Pointer]]
@.signature[?#Signature]
@.signed_by_creator[boolean] // is this signed by the actual creator of the work
@.tags[?array[#String]]
@.possible_quick_responses[?$array[#QuickResponse]]
@.indexer_white_list[?$array[#PublicKey]]
......
......