Fix event mention bug #421

Merged
SamSamskies merged 2 commits from fix-event-mention-bug into main 2023-03-10 16:09:00 +00:00
SamSamskies commented 2023-03-09 21:06:18 +00:00 (Migrated from github.com)

resolves https://github.com/v0l/snort/issues/418

Screenshot 2023-03-09 at 3 03 44 PM

{
  "content": "Testing that the word notes doesn't turn into an event mention, but nip-19 note ID does turn into a mention #[0]",
  "created_at": 1678395675,
  "id": "ee5f7877ee0bab89be86e5a04f005001dfddcb5a0f75240e773b1979e80e8304",
  "kind": 1,
  "pubkey": "cf5d1fa43cfb08f3d14bd6af9f71e68eff6359fbd8028cfcea4ab38dfbf595de",
  "sig": "b7e0fea93c23f5064012927287adeb76e9be0d2ed9026113cd9879abe72d8261a6f40200447088d55304ee5a32ecab0ac52219eeaa28795f87bcbd1ae4ac6971",
  "tags": [
    [
      "e",
      "06b4abc93c300a98b5230fab289ffbbf722f6bea22dfd5c8ce6a27315706c280",
      "",
      "mention"
    ]
  ],
  "relays": [
    "wss://offchain.pub"
  ]
}
resolves https://github.com/v0l/snort/issues/418 ![Screenshot 2023-03-09 at 3 03 44 PM](https://user-images.githubusercontent.com/3655410/224157405-71bfcaa4-e11a-4d20-84bc-1aaf985db301.png) ```json { "content": "Testing that the word notes doesn't turn into an event mention, but nip-19 note ID does turn into a mention #[0]", "created_at": 1678395675, "id": "ee5f7877ee0bab89be86e5a04f005001dfddcb5a0f75240e773b1979e80e8304", "kind": 1, "pubkey": "cf5d1fa43cfb08f3d14bd6af9f71e68eff6359fbd8028cfcea4ab38dfbf595de", "sig": "b7e0fea93c23f5064012927287adeb76e9be0d2ed9026113cd9879abe72d8261a6f40200447088d55304ee5a32ecab0ac52219eeaa28795f87bcbd1ae4ac6971", "tags": [ [ "e", "06b4abc93c300a98b5230fab289ffbbf722f6bea22dfd5c8ce6a27315706c280", "", "mention" ] ], "relays": [ "wss://offchain.pub" ] } ```
v0l (Migrated from github.com) approved these changes 2023-03-10 10:36:30 +00:00
Sign in to join this conversation.
No description provided.