Skip to content

Commit 137e32f

Browse files
committed
fix(rpc-client): Add INCOMING_REACTION to const.EventType (#6349)
1 parent f8bf5a3 commit 137e32f

File tree

1 file changed

+1
-0
lines changed
  • deltachat-rpc-client/src/deltachat_rpc_client

1 file changed

+1
-0
lines changed

deltachat-rpc-client/src/deltachat_rpc_client/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class EventType(str, Enum):
4141
REACTIONS_CHANGED = "ReactionsChanged"
4242
INCOMING_MSG = "IncomingMsg"
4343
INCOMING_MSG_BUNCH = "IncomingMsgBunch"
44+
INCOMING_REACTION = "IncomingReaction"
4445
MSGS_NOTICED = "MsgsNoticed"
4546
MSG_DELIVERED = "MsgDelivered"
4647
MSG_FAILED = "MsgFailed"

0 commit comments

Comments
 (0)