Fix ForgetRoomPopup destruction/callback

This commit is contained in:
miruka
2019-09-09 20:56:10 -04:00
parent 3e01eeef71
commit 988ab94772
5 changed files with 30 additions and 14 deletions

View File

@@ -131,7 +131,9 @@ HTileDelegate {
userId: model.user_id,
roomId: model.data.room_id,
roomName: model.data.display_name,
}
},
null,
false,
)
}
}