mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-15 15:59:16 -05:00
add watch capability
This commit is contained in:
parent
70ef992714
commit
92cb5a07cf
9 changed files with 28 additions and 16 deletions
|
|
@ -59,6 +59,7 @@ class Capability(StrEnum):
|
|||
CAP_RELAY = "RLAY"
|
||||
CAP_VALIDATE_DIAL_INFO = "DIAL"
|
||||
CAP_DHT = "DHTV"
|
||||
CAP_DHT_WATCH = "DHTW"
|
||||
CAP_APPMESSAGE = "APPM"
|
||||
CAP_BLOCKSTORE = "BLOC"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue