more merge errors

This commit is contained in:
Ulf Gebhardt 2023-07-17 16:00:08 +02:00
parent 27600f0e79
commit 45db186dfd
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -72,7 +72,7 @@ export default {
SET room.lastMessageAt = toString(datetime())
RETURN message {
.*,
room: properties(room)
room: properties(room),
otherUser: properties(otherUser),
senderId: currentUser.id,
username: currentUser.name,