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
Part of #1403
Adds fields to `group_messages` table corresponding to `ContentTypeId` proto and saves them when sending and receiving messages.
`ContentTypeId` for reference:
https://github.com/xmtp/proto/blob/404a0f41a6dc00f5de5fcfc24856c8b4e417fe59/proto/mls/message_contents/content.proto#L10-L16
```proto
// ContentTypeId is used to identify the type of content stored in a Message.
message ContentTypeId {
string authority_id = 1; // authority governing this content type
string type_id = 2; // type identifier
uint32 version_major = 3; // major version of the type
uint32 version_minor = 4; // minor version of the type
}
```
See XIP 48 Queryable content Types in Rust: xmtp/XIPs#74
Readable only flagcontent type filtering on messages FFI functions FFI Bindings filter messages by content type #1440Describe the solution to the problem
No response
Describe the uses cases for the feature
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: