a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix wrong data type in embed block

+1 -1
+1 -1
components/Blocks/EmbedBlock.tsx
··· 123 123 entity: entity, 124 124 attribute: "embed/url", 125 125 data: { 126 - type: "text", 126 + type: "string", 127 127 value: link, 128 128 }, 129 129 });