@@ -130,14 +130,14 @@ Feature: federation/chat
130
130
And user "participant2" deletes message "Message 1-1 - Edit 1" from room "LOCAL::room" with 200
131
131
Then user "participant1" sees the following messages in room "room" with 200
132
132
| room | actorType | actorId | actorDisplayName | message | messageParameters | parentMessage |
133
- | room | federated_users | participant2 @{$LOCAL_REMOTE_URL } | participant2 -displayname | Message deleted by author | {"actor ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname ","server ":"{$LOCAL_REMOTE_URL }"}} | Message deleted by you |
134
- | room | users | participant1 | participant1 -displayname | Message deleted by you | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "}} | |
133
+ | room | federated_users | participant2 @{$LOCAL_REMOTE_URL } | participant2 -displayname | Message deleted by author | {"actor ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname ","server ":"{$LOCAL_REMOTE_URL }"," mention - id ":" federated_user \/ participant2 @{$ LOCAL_REMOTE_URL }" }} | Message deleted by you |
134
+ | room | users | participant1 | participant1 -displayname | Message deleted by you | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname "," mention - id ":" participant1 " }} | |
135
135
When next message request has the following parameters set
136
136
| timeout | 0 |
137
137
And user "participant2" sees the following messages in room "LOCAL::room" with 200
138
138
| room | actorType | actorId | actorDisplayName | message | messageParameters | parentMessage |
139
- | LOCAL ::room | users | participant2 | participant2 -displayname | Message deleted by you | {"actor ":{"type ":"user ","id ":"participant2 ","name ":"participant2 -displayname "}} | Message deleted by author |
140
- | LOCAL ::room | federated_users | participant1 @{$LOCAL_URL } | participant1 -displayname | Message deleted by author | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname ","server ":"{$LOCAL_URL }"}} | |
139
+ | 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 |
140
+ | LOCAL ::room | federated_users | participant1 @{$LOCAL_URL } | participant1 -displayname | Message deleted by author | {"actor ":{"type ":"user ","id ":"participant1 ","name ":"participant1 -displayname ","mention - id ":" participant1 "," server ":"{$LOCAL_URL }"}} | |
141
141
# Disabled due to https://github.com/nextcloud/spreed/issues/12957
142
142
# Then user "participant2" is participant of the following rooms (v4)
143
143
# | id | type | lastMessage |
0 commit comments