msg_del_member_local

Function msg_del_member_local 

Source
pub(crate) async fn msg_del_member_local(
    context: &Context,
    removed_member: ContactId,
    by_contact: ContactId,
) -> String
Expand description

Stock string: Member %1$s removed. or You removed member %1$s. or Member %1$s removed by %2$s.

The removed_member and by_contact contacts are looked up in the database to get the display names.