mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Support topic icon display in topic profile.
This commit is contained in:
@@ -378,6 +378,9 @@ public:
|
||||
bool isGifPausedAtLeastFor(GifPauseReason reason) const;
|
||||
void floatPlayerAreaUpdated();
|
||||
|
||||
void materializeLocalDrafts();
|
||||
[[nodiscard]] rpl::producer<> materializeLocalDraftsRequests() const;
|
||||
|
||||
struct ColumnLayout {
|
||||
int bodyWidth = 0;
|
||||
int dialogsWidth = 0;
|
||||
@@ -629,6 +632,8 @@ private:
|
||||
|
||||
QString _premiumRef;
|
||||
|
||||
rpl::event_stream<> _materializeLocalDraftsRequests;
|
||||
|
||||
rpl::lifetime _lifetime;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user