mirror of https://github.com/procxx/kepka.git
Fix invite link block visibility.
This commit is contained in:
parent
b3f0a3c9f5
commit
e209299af4
|
@ -708,6 +708,7 @@ void Controller::observeInviteLink() {
|
||||||
_peer,
|
_peer,
|
||||||
Notify::PeerUpdate::Flag::InviteLinkChanged
|
Notify::PeerUpdate::Flag::InviteLinkChanged
|
||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
|
refreshCreateInviteLink();
|
||||||
refreshEditInviteLink();
|
refreshEditInviteLink();
|
||||||
}, _controls.editInviteLinkWrap->lifetime());
|
}, _controls.editInviteLinkWrap->lifetime());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue