pub const MESSAGE_ID_FETCH_SIZE: usize = 10;Expand description
Fixed number of message ID entries to return in privacy-preserving fetch
This prevents traffic analysis by always returning the same number of entries, regardless of how many actual messages exist.