mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Fixed replying of local messages with shortcuts in sections.
This commit is contained in:
@@ -3259,6 +3259,9 @@ void ListWidget::replyNextMessage(FullMsgId fullId, bool next) {
|
||||
const auto reply = [&](Element *view) {
|
||||
if (view) {
|
||||
const auto newFullId = view->data()->fullId();
|
||||
if (!view->data()->isRegular()) {
|
||||
return replyNextMessage(newFullId, next);
|
||||
}
|
||||
replyToMessageRequestNotify(newFullId);
|
||||
_requestedToShowMessage.fire_copy(newFullId);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user