mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Fixed scroll down to reply. Show that bot admins see all messages.
Fixed date display when messages were at the same day of different months. Shared contact with author signature height increased.
This commit is contained in:
@@ -5356,6 +5356,9 @@ void HistoryContact::initDimensions() {
|
||||
|
||||
if (_userId) {
|
||||
_minh = st::msgFileThumbPadding.top() + st::msgFileThumbSize + st::msgFileThumbPadding.bottom();
|
||||
if (_parent->Has<HistoryMessageSigned>()) {
|
||||
_minh += st::msgDateFont->height - st::msgDateDelta.y();
|
||||
}
|
||||
} else {
|
||||
_minh = st::msgFilePadding.top() + st::msgFileSize + st::msgFilePadding.bottom();
|
||||
}
|
||||
|
Reference in New Issue
Block a user