feat: add event kind 41 to replaceable events list
This commit is contained in:
parent
a120394304
commit
7d98bc1deb
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class NostrEvent(BaseModel):
|
|||
|
||||
@property
|
||||
def is_replaceable_event(self) -> bool:
|
||||
return self.kind in [0, 3]
|
||||
return self.kind in [0, 3, 41]
|
||||
|
||||
@property
|
||||
def is_auth_response_event(self) -> bool:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue