2
0
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:
John Preston
2022-10-18 16:38:43 +04:00
parent fcc4503791
commit df5602d203
26 changed files with 317 additions and 119 deletions

View File

@@ -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;
};