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
As we are doing for the user_block event attribute key prefix, we can also remove the relationship's one.
user_block
{ "type": "relationship_created", "attributes": [ { "key": "relationship_sender", "value": "desmos1ht80gzw6fz6335uzsjdct6dc566aufv24quvtp" }, { "key": "relationship_receiver", "value": "desmos1w7h4qvk2w50zy6wj9wuscwrvvj4jv7jtdyaqzz" }, { "key": "relationship_subspace", "value": "4e188d9c17150037d5199bbdb91ae1eb2a78a15aca04cb35530cccb81494b36e" } ] }
Basically we only need to remove relationship_ prefix.
relationship_
The text was updated successfully, but these errors were encountered:
leobragaz
Successfully merging a pull request may close this issue.
As we are doing for the
user_block
event attribute key prefix, we can also remove the relationship's one.Basically we only need to remove
relationship_
prefix.The text was updated successfully, but these errors were encountered: