We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task
Personal Graph Messaging:
Call Transcripts being stores in the graph
The text was updated successfully, but these errors were encountered:
@Evanfeenstra send me schema updates needed for support of all the threading / pubkeys etc.
Basically, anything that we could possible store for a message we can make optional
(we might even need a thread node)
Sorry, something went wrong.
@tomsmith8 I added the last 6 attributes onto the schemas in our swarms. The final message format is:
{ "uuid": "string", "content": "string", "amount": "int", "sender": "string", "date": "int", "reply": "?string", "kind": "?int", "chat_pubkey": "?string", "thread_uuid": "?string", "media_token": "?string", "media_key": "?string", "media_type": "?string" }
@Evanfeenstra awesome thanks! I'll update the default schema going forward
Evanfeenstra
tomsmith8
No branches or pull requests
Task
Personal Graph Messaging:
Call Transcripts being stores in the graph
The text was updated successfully, but these errors were encountered: