mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
remove some meanwhile unneeded allow-statements
This commit is contained in:
committed by
Alexander Krotov
parent
cb2a1147f0
commit
f73ba895af
@@ -1569,7 +1569,6 @@ pub fn add_contact_to_chat(context: &Context, chat_id: u32, contact_id: u32) ->
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(non_snake_case)]
|
||||
pub(crate) fn add_contact_to_chat_ex(
|
||||
context: &Context,
|
||||
chat_id: u32,
|
||||
@@ -1950,7 +1949,6 @@ pub fn set_chat_name(
|
||||
/// The profile image can only be set when you are a member of the
|
||||
/// chat. To remove the profile image pass an empty string for the
|
||||
/// `new_image` parameter.
|
||||
#[allow(non_snake_case)]
|
||||
pub fn set_chat_profile_image(
|
||||
context: &Context,
|
||||
chat_id: u32,
|
||||
|
||||
Reference in New Issue
Block a user