Initial support for read receipts
This commit is contained in:
parent
44ee1b549d
commit
eaf05748ff
19 changed files with 434 additions and 33 deletions
|
|
@ -15,6 +15,10 @@ static constexpr int emojiSize = 14;
|
|||
static constexpr int headerFontSize = 21;
|
||||
static constexpr int typingNotificationFontSize = 11;
|
||||
|
||||
namespace receipts {
|
||||
static constexpr int font = 12;
|
||||
}
|
||||
|
||||
namespace dialogs {
|
||||
static constexpr int labelSize = 15;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue