This commit is contained in:
spaced4ndy
2026-05-15 17:34:25 +04:00
parent 694a0f18b0
commit c5d443a20a
3 changed files with 3 additions and 1 deletions
@@ -2627,7 +2627,7 @@ class RelayProfile(TypedDict):
shortDescr: NotRequired[str]
image: NotRequired[str]
RelayStatus = Literal["new", "invited", "accepted", "active", "inactive"]
RelayStatus = Literal["new", "invited", "accepted", "active", "inactive", "rejected"]
ReportReason = Literal["spam", "content", "community", "profile", "other"]