mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-16 17:39:08 +00:00
core: RSAcknowledgedRoster relay status (#7078)
This commit is contained in:
@@ -2671,7 +2671,7 @@ class RelayProfile(TypedDict):
|
||||
shortDescr: NotRequired[str]
|
||||
image: NotRequired[str]
|
||||
|
||||
RelayStatus = Literal["new", "invited", "accepted", "active", "inactive", "rejected"]
|
||||
RelayStatus = Literal["new", "invited", "accepted", "acknowledgedRoster", "active", "inactive", "rejected"]
|
||||
|
||||
ReportReason = Literal["spam", "content", "community", "profile", "other"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user