fix(feed): posts could change position causing displacement

This commit is contained in:
Tom (plebeius.eth)
2024-12-05 15:37:23 +01:00
parent 09505a6231
commit 309f76689f
6 changed files with 68 additions and 77 deletions
+2
View File
@@ -10,6 +10,8 @@ export interface CommentMediaInfo {
url: string;
type: string;
thumbnail?: string;
thumbnailWidth?: number;
thumbnailHeight?: number;
patternThumbnailUrl?: string;
post?: Comment;
}