pub const METADATA_FIELD_COMPONENT_MAP: &[(MetadataField, ComponentId)];Expand description
Single source of truth for the MetadataField ↔ ComponentId
bijection over the Bytes/String-typed mutable-metadata family. The
dict↔legacy merge below and the lookup helpers in
xmtp_mls::groups::app_data::component_source all derive from this
table.