Skip to content

Commit 1d76f98

Browse files
committed
Fixed operation struct for Messages V2, operation metadata is a map<string, string>
1 parent 4d63d5e commit 1d76f98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

textile/chat-features.textile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -849,9 +849,7 @@ h4(#chat-structs-message-v2). Messages V2
849849
"clientId": "who-performed-the-action",
850850
"description": "why-the-action-was-performed"
851851
"metadata": {
852-
"foo": {
853-
"bar": 1
854-
}
852+
"foo": "bar"
855853
},
856854
}
857855
}

0 commit comments

Comments
 (0)