2
0
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:
23rd
2022-08-15 23:24:37 +03:00
committed by John Preston
parent 11b711c43f
commit e568f7ab01
2 changed files with 0 additions and 5 deletions

View File

@@ -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();
}