You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one expression type should be used per request so type longform should have the LongForm object sent also.
attributes: these are channels (topics) as defined by the user. Just an array of strings here. Eric can fill you in more if you are unsure how channels work in the context of the application.
context: these are addresses for given "locations" where a post can be sent. It will usually be one of the following: a group, a den or the collective (public) space. Again just an array of strings containing the addresses is what is needed here. In order to make a collective post you will pass the dna address of the holochain application. This address can be retrieved at get_env.
What is the expected data type for
attributes
andcontext
in /post_expression?{ expression: {expression object data}, attributes: [array of attributes (channels)], context: [array of context(s) addresses] }
The text was updated successfully, but these errors were encountered: