2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Load full webpage and update in IV.

This commit is contained in:
John Preston
2024-03-11 16:59:11 +04:00
parent 0a87dbea68
commit 315859bf7b
10 changed files with 199 additions and 38 deletions

View File

@@ -281,6 +281,7 @@ bool WebPageData::applyChanges(
&& document == newDocument
&& collage.items == newCollage.items
&& (!iv == !newIv)
&& (!iv || iv->partial() == newIv->partial())
&& duration == newDuration
&& author == resultAuthor
&& hasLargeMedia == (newHasLargeMedia ? 1 : 0)