diff --git a/Telegram/SourceFiles/history/history_widget.cpp b/Telegram/SourceFiles/history/history_widget.cpp
index c0f4306a9..beb0fd115 100644
--- a/Telegram/SourceFiles/history/history_widget.cpp
+++ b/Telegram/SourceFiles/history/history_widget.cpp
@@ -4740,7 +4740,7 @@ void HistoryWidget::updateHistoryGeometry(bool initial, bool loadedDown, const S
 		newScrollHeight -= st::historyReplyHeight;
 	}
 	if (_contactStatus) {
-		newScrollHeight -= _contactStatus->height() - st::lineWidth;
+		newScrollHeight -= _contactStatus->height();
 	}
 	if (!editingMessage() && (isBlocked() || isBotStart() || isJoinChannel() || isMuteUnmute())) {
 		newScrollHeight -= _unblock->height();