mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Use separate phrase for singular Edit Tag.
This commit is contained in:
@@ -835,7 +835,7 @@ void CreateModerateMessagesBox(
|
||||
box,
|
||||
prepareFlags,
|
||||
disabledMessages,
|
||||
{ .isForum = peer->isForum() });
|
||||
{ .isForum = peer->isForum(), .isUserSpecific = true });
|
||||
computeRestrictions = getRestrictions;
|
||||
std::move(changes) | rpl::on_next([=] {
|
||||
ban->setChecked(true);
|
||||
|
||||
Reference in New Issue
Block a user