mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Added ability to restrict voice messages in conversations for everyone.
This commit is contained in:
@@ -1082,10 +1082,6 @@ rpl::producer<QString> VoicesPrivacyController::title() const {
|
||||
return tr::lng_edit_privacy_voices_title();
|
||||
}
|
||||
|
||||
bool VoicesPrivacyController::hasOption(Option option) const {
|
||||
return (option != Option::Nobody);
|
||||
}
|
||||
|
||||
rpl::producer<QString> VoicesPrivacyController::optionsTitleKey() const {
|
||||
return tr::lng_edit_privacy_voices_header();
|
||||
}
|
||||
|
Reference in New Issue
Block a user