mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
forwarded getState fixed, pinned message service msg dependency request and text update done
This commit is contained in:
@@ -3500,7 +3500,7 @@ void HistoryWidget::applyDraft(bool parseLinks) {
|
||||
if (_editMsgId || _replyToId) {
|
||||
updateReplyEditTexts();
|
||||
if (!_replyEditMsg && App::api()) {
|
||||
App::api()->requestReplyTo(0, _peer->asChannel(), _editMsgId ? _editMsgId : _replyToId);
|
||||
App::api()->requestDependencyItem(0, _peer->asChannel(), _editMsgId ? _editMsgId : _replyToId);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user