mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
convert indexId to string (neo4j number problem)
This commit is contained in:
parent
3dab3c2faa
commit
4a474a6a4a
@ -89,6 +89,7 @@ export default {
|
||||
SET room.lastMessageAt = toString(datetime())
|
||||
RETURN message {
|
||||
.*,
|
||||
indexId: toString(message.indexId),
|
||||
recipientId: recipientUser.id,
|
||||
senderId: currentUser.id,
|
||||
username: currentUser.name,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user