diff --git a/backend/src/schema/types/type/Room.gql b/backend/src/schema/types/type/Room.gql index f20c7a812..fdce6865b 100644 --- a/backend/src/schema/types/type/Room.gql +++ b/backend/src/schema/types/type/Room.gql @@ -25,7 +25,7 @@ type Room { OPTIONAL MATCH (user)-[:AVATAR_IMAGE]->(image:Image) RETURN image.url """) - + lastMessageAt: String lastMessage: Message @cypher(statement: """ diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue index ee5d147c5..226a0287a 100644 --- a/webapp/components/Chat/Chat.vue +++ b/webapp/components/Chat/Chat.vue @@ -61,7 +61,7 @@