mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
bfebb1339a
commit
e24b86d460
1 changed files with 2 additions and 0 deletions
|
@ -702,6 +702,8 @@ void RepliesWidget::setupComposeControls() {
|
||||||
return !canSendAnything
|
return !canSendAnything
|
||||||
? (restriction
|
? (restriction
|
||||||
? restriction
|
? restriction
|
||||||
|
: topicRestriction
|
||||||
|
? std::move(topicRestriction)
|
||||||
: tr::lng_group_not_accessible(tr::now))
|
: tr::lng_group_not_accessible(tr::now))
|
||||||
: topicRestriction
|
: topicRestriction
|
||||||
? std::move(topicRestriction)
|
? std::move(topicRestriction)
|
||||||
|
|
Loading…
Add table
Reference in a new issue