Clean up the custom-feed model
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user