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 updating to empty description

+1 -1
+1 -1
app/lish/createPub/updatePublication.ts
··· 52 52 record.preferences = preferences; 53 53 } 54 54 55 - if (description) { 55 + if (description !== undefined) { 56 56 record.description = description; 57 57 } 58 58