mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
core: apiGetReactionMembers api implementation (#5263)
This commit is contained in:
@@ -3738,6 +3738,9 @@ testSetGroupMessageReactions =
|
||||
cath ##> "/tail #team 1"
|
||||
cath <# "#team alice> hi"
|
||||
cath <## " 👍 2 🚀 1"
|
||||
itemId' <- lastItemId alice
|
||||
alice ##> ("/_reaction members 1 #1 " <> itemId' <> " {\"type\": \"emoji\", \"emoji\": \"👍\"}")
|
||||
alice <## "2 member(s) reacted"
|
||||
bob ##> "-1 #team hi"
|
||||
bob <## "removed 👍"
|
||||
alice <# "#team bob> > alice hi"
|
||||
|
||||
Reference in New Issue
Block a user