mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Update API scheme to layer 120.
This commit is contained in:
@@ -109,7 +109,7 @@ public:
|
||||
}
|
||||
bool hasFilteredResults() const;
|
||||
|
||||
void searchInChat(Key key, UserData *from);
|
||||
void searchInChat(Key key, PeerData *from);
|
||||
|
||||
void applyFilterUpdate(QString newFilter, bool force = false);
|
||||
void onHashtagFilterUpdate(QStringRef newFilter);
|
||||
@@ -119,7 +119,7 @@ public:
|
||||
void setLoadMoreCallback(Fn<void()> callback);
|
||||
[[nodiscard]] rpl::producer<> listBottomReached() const;
|
||||
|
||||
base::Observable<UserData*> searchFromUserChanged;
|
||||
base::Observable<PeerData*> searchFromUserChanged;
|
||||
|
||||
[[nodiscard]] rpl::producer<ChosenRow> chosenRow() const;
|
||||
[[nodiscard]] rpl::producer<> updated() const;
|
||||
@@ -395,7 +395,7 @@ private:
|
||||
|
||||
Key _searchInChat;
|
||||
History *_searchInMigrated = nullptr;
|
||||
UserData *_searchFromUser = nullptr;
|
||||
PeerData *_searchFromPeer = nullptr;
|
||||
mutable std::shared_ptr<Data::CloudImageView> _searchInChatUserpic;
|
||||
mutable std::shared_ptr<Data::CloudImageView> _searchFromUserUserpic;
|
||||
Ui::Text::String _searchInChatText;
|
||||
|
Reference in New Issue
Block a user