send not filter to relays that support nip-113

This commit is contained in:
Martti Malmi
2024-01-05 14:01:34 +02:00
parent aa938034c5
commit 3a2facd899
3 changed files with 16 additions and 6 deletions

View File

@ -1,3 +1,4 @@
export enum Nips {
Search = 50,
NotFilter = 113,
}