core: RSAcknowledgedRoster relay status (#7078)

This commit is contained in:
spaced4ndy
2026-06-16 11:33:59 +00:00
committed by GitHub
parent 7fad11d89f
commit 07c566f6d7
10 changed files with 39 additions and 17 deletions
@@ -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"]