Fix formatted date quotes.

This commit is contained in:
John Preston
2026-02-24 17:17:38 +04:00
parent 90129c10d8
commit 72f690ce99
2 changed files with 14 additions and 5 deletions
@@ -291,7 +291,8 @@ MTPVector<MTPMessageEntity> EntitiesToMTP(
&& entity.type() != EntityType::Spoiler
&& entity.type() != EntityType::MentionName
&& entity.type() != EntityType::CustomUrl
&& entity.type() != EntityType::CustomEmoji) {
&& entity.type() != EntityType::CustomEmoji
&& entity.type() != EntityType::FormattedDate) {
continue;
}