mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 14:17:45 +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) {
|
const auto reply = [&](Element *view) {
|
||||||
if (view) {
|
if (view) {
|
||||||
const auto newFullId = view->data()->fullId();
|
const auto newFullId = view->data()->fullId();
|
||||||
|
if (!view->data()->isRegular()) {
|
||||||
|
return replyNextMessage(newFullId, next);
|
||||||
|
}
|
||||||
replyToMessageRequestNotify(newFullId);
|
replyToMessageRequestNotify(newFullId);
|
||||||
_requestedToShowMessage.fire_copy(newFullId);
|
_requestedToShowMessage.fire_copy(newFullId);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user