mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 02:01:40 -05:00
Fix invite link block visibility.
This commit is contained in:
parent
b3f0a3c9f5
commit
e209299af4
1 changed files with 1 additions and 0 deletions
|
@ -708,6 +708,7 @@ void Controller::observeInviteLink() {
|
|||
_peer,
|
||||
Notify::PeerUpdate::Flag::InviteLinkChanged
|
||||
) | rpl::start_with_next([=] {
|
||||
refreshCreateInviteLink();
|
||||
refreshEditInviteLink();
|
||||
}, _controls.editInviteLinkWrap->lifetime());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue