2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 22:16:14 +00:00

Add shared media empty placeholders.

This commit is contained in:
John Preston
2017-11-14 21:22:44 +04:00
parent fafcd02e7c
commit 8dfccf55d1
29 changed files with 257 additions and 18 deletions

View File

@@ -116,8 +116,8 @@ public:
SparseIdsMergedSlice::UniversalMsgId aroundId,
int limitBefore,
int limitAfter) const;
rpl::producer<> mediaSourceChanged() const {
return _searchController->sourceChanged();
rpl::producer<QString> mediaSourceQueryValue() const {
return _searchController->currentQueryValue();
}
void saveSearchState(not_null<ContentMemento*> memento);