mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
feat(tagged posts): Nostr posts made with this app are tagged for easy tracking in a global feed
This commit is contained in:
@@ -51,7 +51,7 @@ function PublicPost (props) {
|
|||||||
const eventTemplate = {
|
const eventTemplate = {
|
||||||
kind: 1,
|
kind: 1,
|
||||||
created_at: Math.floor(Date.now() / 1000),
|
created_at: Math.floor(Date.now() / 1000),
|
||||||
tags: [],
|
tags: [['t', 'slpdex-socialmedia']],
|
||||||
content: formData.content
|
content: formData.content
|
||||||
}
|
}
|
||||||
console.log(`eventTemplate: ${JSON.stringify(eventTemplate, null, 2)}`)
|
console.log(`eventTemplate: ${JSON.stringify(eventTemplate, null, 2)}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user