Browse Source

feat!: use nip34 kinds

a series of changes must follow to align with nip34 event formats
master
DanConwayDev 2 years ago
parent
commit
8c769e151f
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 6
      src/lib/kinds.ts

6
src/lib/kinds.ts

@ -1,9 +1,9 @@
export const reply_kind: number = 1 export const reply_kind: number = 1622
export const pr_status_kind: number = 19851985 export const pr_status_kind: number = 19851985
export const repo_kind: number = 30317 export const repo_kind: number = 30617
export const pr_kind: number = 318 export const pr_kind: number = 318
export const patch_kind: number = 317 export const patch_kind: number = 1617

Loading…
Cancel
Save