your personal website on atproto - mirror
0
fork

Configure Feed

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

update version stuff

Florian 22600539 6dd1309d

+9 -1
+9 -1
src/lib/EditableWebsite.svelte
··· 159 159 item = await cardDef?.upload(item); 160 160 } 161 161 162 - promises.push(putRecord({ collection: 'app.blento.card', rkey: item.id, record: item })); 162 + item.version = 1; 163 + 164 + promises.push( 165 + putRecord({ 166 + collection: 'app.blento.card', 167 + rkey: item.id, 168 + record: item 169 + }) 170 + ); 163 171 } 164 172 } 165 173