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) {
|
||||
weak->restrictUser(user,
|
||||
currentRights,
|
||||
ChatRestrictionsInfo());
|
||||
ChannelData::KickedRestrictedRights(user));
|
||||
}
|
||||
if (*weakBox) {
|
||||
(*weakBox)->closeBox();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue