diff --git a/src/pages/write/action.tsx b/src/pages/write/action.tsx index 4f21b7f..3dfb1a5 100644 --- a/src/pages/write/action.tsx +++ b/src/pages/write/action.tsx @@ -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(',')