blog post and other fixes/additions #124

Merged
freakoverse merged 55 commits from staging into master 2024-11-14 18:26:41 +00:00
Showing only changes of commit c2413e1bd8 - Show all commits

View File

@ -62,7 +62,7 @@ export const writeRouteAction =
const uuid = uuidv4()
const currentTimeStamp = now()
const aTag = `${kinds.ClassifiedListing}:${hexPubkey}:${uuid}`
const aTag = `${kinds.LongFormArticle}:${hexPubkey}:${uuid}`
const tTags = formSubmit
.tags!.toLowerCase()
.split(',')