Added initial dummy files for component of passkeys.

This commit is contained in:
23rd
2025-11-29 05:04:47 +03:00
committed by John Preston
parent 2d41d5903b
commit 7bb30bc4a8
5 changed files with 55 additions and 0 deletions
@@ -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))