mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-28 23:36:03 +00:00
core: add custom chat event
This commit is contained in:
@@ -854,6 +854,7 @@ data ChatEvent
|
||||
| CEvtChatErrors {chatErrors :: [ChatError]}
|
||||
| CEvtTimedAction {action :: String, durationMilliseconds :: Int64}
|
||||
| CEvtTerminalEvent TerminalEvent
|
||||
| CEvtCustomChatEvent {user_ :: Maybe User, response :: Text}
|
||||
deriving (Show)
|
||||
|
||||
data TerminalEvent
|
||||
|
||||
Reference in New Issue
Block a user