@@ -126,14 +126,14 @@ Feature: federation/chat
126
126
And user "participant2" deletes message "Message 1-1 - Edit 1" from room "LOCAL::room" with 200
127
127
Then user "participant1" sees the following messages in room "room" with 200
128
128
| room | actorType | actorId | actorDisplayName | message | messageParameters | parentMessage |
129
- | room | federated_users | participant2 @{$REMOTE_URL } | participant2 -displayname | Message deleted by author | {"actor ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname ","server ":"{$REMOTE_URL }"}} | Message deleted by you |
130
- | room | users | participant1 | participant1 -displayname | Message deleted by you | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "}} | |
129
+ | room | federated_users | participant2 @{$REMOTE_URL } | participant2 -displayname | Message deleted by author | {"actor ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname ","server ":"{$REMOTE_URL }"," mention - id ":" federated_user \/ participant2 @{$ LOCAL_REMOTE_URL }" }} | Message deleted by you |
130
+ | room | users | participant1 | participant1 -displayname | Message deleted by you | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "," mention - id ":" participant1 " }} | |
131
131
When next message request has the following parameters set
132
132
| timeout | 0 |
133
133
And user "participant2" sees the following messages in room "LOCAL::room" with 200
134
134
| room | actorType | actorId | actorDisplayName | message | messageParameters | parentMessage |
135
- | LOCAL ::room | users | participant2 | participant2 -displayname | Message deleted by you | {"actor ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname "}} | Message deleted by author |
136
- | LOCAL ::room | federated_users | participant1 @{$BASE_URL } | participant1 -displayname | Message deleted by author | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname ","server ":"{$BASE_URL }"}} | |
135
+ | LOCAL ::room | users | participant2 | participant2 -displayname | Message deleted by you | {"actor ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname "," mention - id ":" federated_user \/ participant2 @{$ LOCAL_REMOTE_URL }" }} | Message deleted by author |
136
+ | LOCAL ::room | federated_users | participant1 @{$BASE_URL } | participant1 -displayname | Message deleted by author | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname ","mention - id ":" participant1 "," server ":"{$BASE_URL }"}} | |
137
137
Then user "participant2" is participant of the following rooms (v4)
138
138
| id | type | lastMessage |
139
139
| LOCAL ::room | 2 | Message deleted by author |
0 commit comments