feat: signal NIP15 support

This commit is contained in:
Vlad Stan 2023-02-03 17:12:39 +02:00
parent cbbabf2ce8
commit a01c392a89

View file

@ -25,7 +25,7 @@ class NostrRelayInfo(BaseModel):
description: Optional[str]
pubkey: Optional[str]
contact: Optional[str] = "https://t.me/lnbits"
supported_nips: List[str] = ["NIP01", "NIP09", "NIP11"]
supported_nips: List[str] = ["NIP01", "NIP09", "NIP11", "NIP15"]
software: Optional[str] = "LNbist"
version: Optional[str]