@@ -29,9 +29,9 @@ Feature: callapi/notifications
29
29
Given user "participant1" joins call "room" with 200 (v4)
30
30
Then user "participant2" sees the following system messages in room "room" with 200
31
31
| room | actorType | actorId | systemMessage | message | silent | messageParameters |
32
- | room | users | participant1 | call_started | {actor } started a call | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "}} |
33
- | room | users | participant1 | user_added | {actor } added you | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "},"user ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname "}} |
34
- | room | users | participant1 | conversation_created | {actor } created the conversation | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "}} |
32
+ | room | users | participant1 | call_started | {actor } started a call | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "," mention - id ":" participant1 " }} |
33
+ | room | users | participant1 | user_added | {actor } added you | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "," mention - id ":" participant1 " },"user ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname "," mention - id ":" participant2 "}} |
34
+ | room | users | participant1 | conversation_created | {actor } created the conversation | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "," mention - id ":" participant1 " }} |
35
35
Then user "participant2" has the following notifications
36
36
| app | object_type | object_id | subject |
37
37
| spreed | call | room | A group call has started in room |
@@ -51,9 +51,9 @@ Feature: callapi/notifications
51
51
| silent | true |
52
52
Then user "participant2" sees the following system messages in room "room" with 200
53
53
| room | actorType | actorId | systemMessage | message | silent | messageParameters |
54
- | room | users | participant1 | call_started | {actor } started a silent call | true | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "}} |
55
- | room | users | participant1 | user_added | {actor } added you | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "},"user ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname "}} |
56
- | room | users | participant1 | conversation_created | {actor } created the conversation | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "}} |
54
+ | room | users | participant1 | call_started | {actor } started a silent call | true | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "," mention - id ":" participant1 " }} |
55
+ | room | users | participant1 | user_added | {actor } added you | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "," mention - id ":" participant1 " },"user ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname "," mention - id ":" participant2 "}} |
56
+ | room | users | participant1 | conversation_created | {actor } created the conversation | !ISSET | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "," mention - id ":" participant1 " }} |
57
57
Then user "participant2" has the following notifications
58
58
| app | object_type | object_id | subject |
59
59
Given user "participant1" leaves call "room" with 200 (v4)
0 commit comments