fn must_have_only_one_recipient<'a>(
msg: &'a Message,
chat: &Chat,
) -> Option<Result<&'a str>>Expand description
Some messages sent into outgoing broadcast channels (member-added/member-removed) should only go to a single recipient, rather than all recipients. This function returns the fingerprint of the recipient the message should be sent to.