Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2026-06-01 21:41:26 +01:00
51 changed files with 2538 additions and 620 deletions
@@ -2637,7 +2637,7 @@ RcvMsgError = RcvMsgError_dropped | RcvMsgError_parseError
RcvMsgError_Tag = Literal["dropped", "parseError"]
class RelayCapabilities(TypedDict):
baseWebUrl: NotRequired[str]
webDomain: NotRequired[str]
class RelayProfile(TypedDict):
displayName: str