mirror of
https://github.com/chatmail/core.git
synced 2026-05-25 01:36:31 +03:00
rename dc_chat_get_mute_duration
to dc_chat_get_remaining_mute_duration
This commit is contained in:
@@ -2952,7 +2952,7 @@ int dc_chat_is_muted (const dc_chat_t* chat);
|
||||
* @param chat The chat object.
|
||||
* @return 0=not muted, -1=forever muted, (x>0)=remaining seconds until the mute is lifted
|
||||
*/
|
||||
int64_t dc_chat_get_mute_duration (const dc_chat_t* chat);
|
||||
int64_t dc_chat_get_remaining_mute_duration (const dc_chat_t* chat);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user