X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/be0e8ddd8aa5fd8d1835ba6a16675c66e1b77f82..7a25ae5b9c435e28988449a911c79045bad8c719:/run_tests.sh diff --git a/run_tests.sh b/run_tests.sh index 0e5ff4be..036ba370 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -149,6 +149,7 @@ exec 3<> "$FIFO_FILE" echo '{"jsonrpc":"2.0","id":7,"method":"sendTyping","params":{"recipient":"'"$NUMBER_1"'"}}' >&3 echo '{"jsonrpc":"2.0","id":7,"method":"send","params":{"recipient":"'"$NUMBER_1"'","message":"some text"}}' >&3 echo '{"jsonrpc":"2.0","id":7,"method":"send","params":{"recipients":["'"$NUMBER_1"'","'"$NUMBER_2"'"],"message":"some other text"}}' >&3 + echo '{"jsonrpc":"2.0","id":7,"method":"sendReaction","params":{"recipients":["'"$NUMBER_2"'"],"targetAuthor":"'"$NUMBER_1"'","emoji":"👍","targetTimestamp":4756473756}}' >&3 echo '{"jsonrpc":"2.0","id":7,"method":"updateProfile","params":{"givenName":"n1","familyName":"n2","about":"ABA","aboutEmoji":"EMO","avatar":"LICENSE"}}' >&3 echo '{"jsonrpc":"2.0","id":7,"method":"getUserStatus","params":{"recipient":"'"$NUMBER_1"'"}}' >&3