Removed display post views for sent forwarded scheduled messages.

This commit is contained in:
23rd 2020-06-06 11:22:16 +03:00
parent 456244cdec
commit 46cce57f6b

View file

@ -555,7 +555,7 @@ HistoryMessage::HistoryMessage(
const auto fwdViewsCount = original->viewsCount();
if (fwdViewsCount > 0) {
config.viewsCount = fwdViewsCount;
} else if (isPost()
} else if ((isPost() && !isScheduled())
|| (original->senderOriginal()
&& original->senderOriginal()->isChannel())) {
config.viewsCount = 1;