mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 05:24:44 +00:00
core: drop agent versions in simplexmq (#7360)
* core: adapt to dropped agent versions * refactor * remove comments * api types, protocol tests * fix test --------- Co-authored-by: Evgeny Poberezkin <evgeny@poberezkin.com>
This commit is contained in:
@@ -2764,6 +2764,7 @@ class RoleGroupPreference(TypedDict):
|
||||
|
||||
class SMPAgentError_A_MESSAGE(TypedDict):
|
||||
type: Literal["A_MESSAGE"]
|
||||
messageErr: str
|
||||
|
||||
class SMPAgentError_A_PROHIBITED(TypedDict):
|
||||
type: Literal["A_PROHIBITED"]
|
||||
|
||||
Reference in New Issue
Block a user