Skip to content

Commit

Permalink
fix(rpc-client): Add INCOMING_REACTION to const.EventType (#6349)
Browse files Browse the repository at this point in the history
  • Loading branch information
iequidoo committed Dec 23, 2024
1 parent 3d5e442 commit 2c0ca51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltachat-rpc-client/src/deltachat_rpc_client/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class EventType(str, Enum):
REACTIONS_CHANGED = "ReactionsChanged"
INCOMING_MSG = "IncomingMsg"
INCOMING_MSG_BUNCH = "IncomingMsgBunch"
INCOMING_REACTION = "IncomingReaction"
MSGS_NOTICED = "MsgsNoticed"
MSG_DELIVERED = "MsgDelivered"
MSG_FAILED = "MsgFailed"
Expand Down

0 comments on commit 2c0ca51

Please sign in to comment.