2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

Add 'Contact joined' notifications setting.

This commit is contained in:
John Preston
2019-01-18 13:24:10 +04:00
parent 01b7d4ffba
commit 61b9a32504
5 changed files with 99 additions and 5 deletions

View File

@@ -284,6 +284,7 @@ void Main::setupContent(not_null<Window::Controller*> controller) {
// If we load this in advance it won't jump when we open its' section.
Auth().api().reloadPasswordState();
Auth().api().reloadContactSignupSilent();
}
rpl::producer<Type> Main::sectionShowOther() {