2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Show "Topic Author" fake admin rank.

This commit is contained in:
John Preston
2022-10-28 12:54:06 +04:00
parent aa5f9467f2
commit af6ca8d4f1
17 changed files with 59 additions and 5 deletions

View File

@@ -60,6 +60,7 @@ public:
[[nodiscard]] not_null<Forum*> forum() const;
[[nodiscard]] rpl::producer<> destroyed() const;
[[nodiscard]] MsgId rootId() const;
[[nodiscard]] PeerId creatorId() const;
[[nodiscard]] TimeId creationDate() const;
[[nodiscard]] bool my() const;
@@ -172,8 +173,9 @@ private:
DocumentId _iconId = 0;
base::flat_set<QString> _titleWords;
base::flat_set<QChar> _titleFirstLetters;
int _titleVersion = 0;
PeerId _creatorId = 0;
TimeId _creationDate = 0;
int _titleVersion = 0;
int32 _colorId = 0;
Flags _flags;