Fix removing user from Recent Actions
This commit is contained in:
parent
d2ef174d13
commit
4699df03e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1393,7 +1393,7 @@ void InnerWidget::suggestRestrictUser(not_null<UserData*> user) {
|
||||||
if (weak) {
|
if (weak) {
|
||||||
weak->restrictUser(user,
|
weak->restrictUser(user,
|
||||||
currentRights,
|
currentRights,
|
||||||
ChatRestrictionsInfo());
|
ChannelData::KickedRestrictedRights(user));
|
||||||
}
|
}
|
||||||
if (*weakBox) {
|
if (*weakBox) {
|
||||||
(*weakBox)->closeBox();
|
(*weakBox)->closeBox();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue