rename dc_chat_get_mute_duration

to dc_chat_get_remaining_mute_duration
This commit is contained in:
Simon Laux
2020-02-08 13:07:43 +01:00
parent e04d28c885
commit 1fb75c1af3
3 changed files with 4 additions and 4 deletions

View File

@@ -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);
/**