mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Added initial dummy files for component of passkeys.
This commit is contained in:
@@ -33,6 +33,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "data/components/factchecks.h"
|
||||
#include "data/components/gift_auctions.h"
|
||||
#include "data/components/location_pickers.h"
|
||||
#include "data/components/passkeys.h"
|
||||
#include "data/components/promo_suggestions.h"
|
||||
#include "data/components/recent_peers.h"
|
||||
#include "data/components/recent_shared_media_gifts.h"
|
||||
@@ -155,6 +156,7 @@ Session::Session(
|
||||
}
|
||||
}
|
||||
}))
|
||||
, _passkeys(std::make_unique<Data::Passkeys>(this))
|
||||
, _cachedReactionIconFactory(std::make_unique<ReactionIconFactory>())
|
||||
, _supportHelper(Support::Helper::Create(this))
|
||||
, _fastButtonsBots(std::make_unique<Support::FastButtonsBots>(this))
|
||||
|
||||
Reference in New Issue
Block a user