diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 14:55:04 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-05-17 14:55:04 -0500 |
commit | 2fd3b4ca04622836ad2a65ec8992fd429ecd9fed (patch) | |
tree | e7e7aa1b8f16e0e35fb52df6a3f907d443efc123 /src/view/com/util/post-embeds | |
parent | 9c02fbb925290b9f147e1622f4f41f5a956dce5c (diff) | |
download | voidsky-2fd3b4ca04622836ad2a65ec8992fd429ecd9fed.tar.zst |
Clean up the custom-feed model
Diffstat (limited to 'src/view/com/util/post-embeds')
-rw-r--r-- | src/view/com/util/post-embeds/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/post-embeds/index.tsx b/src/view/com/util/post-embeds/index.tsx index ed2f8feba..01d26db91 100644 --- a/src/view/com/util/post-embeds/index.tsx +++ b/src/view/com/util/post-embeds/index.tsx @@ -170,6 +170,7 @@ export function PostEmbeds({ AppBskyEmbedRecord.isView(embed) && AppBskyFeedDefs.isGeneratorView(embed.record) ) { + // TODO memoize this? return ( <CustomFeed item={new CustomFeedModel(store, embed.record)} |