pub(crate) async fn msg_add_member_local(
context: &Context,
added_member: ContactId,
by_contact: ContactId,
) -> StringExpand description
Stock string: Member %1$s added., You added member %1$s. or Member %1$s added by %2$s..
The added_member and by_contact contacts
are looked up in the database to get the display names.