Channel: Fix first comment send position (#6711)

This commit is contained in:
zubiden 2026-02-22 23:43:48 +01:00 committed by Alexander Zinchuk
parent 98c7e88f31
commit 1c16982b61
2 changed files with 7 additions and 3 deletions

View File

@ -772,7 +772,7 @@ export function buildApiThreadInfo(
messageForwardInfo?: GramJs.MessageFwdHeader,
): ApiThreadInfo | undefined {
const {
channelId, replies, maxId, recentRepliers, comments, readMaxId,
channelId, replies, maxId = messageId, recentRepliers, comments, readMaxId,
} = messageReplies;
const { fromId, channelPost } = messageForwardInfo || {};

View File

@ -23,14 +23,18 @@
color: var(--color-composer-button);
box-shadow: 0 1px 2px var(--color-default-shadow);
&:hover, &:active, &:focus {
color: revert-layer;
}
@media (max-width: 600px) {
width: 2.875rem !important;
width: 2.875rem;
height: 2.875rem;
}
}
.icon {
font-size: 1.75rem !important;
font-size: 1.75rem;
}
.unread-count {