diff --git a/backend/src/schema/types/type/Room.gql b/backend/src/schema/types/type/Room.gql index 0cf5b22c8..d758808bb 100644 --- a/backend/src/schema/types/type/Room.gql +++ b/backend/src/schema/types/type/Room.gql @@ -8,6 +8,7 @@ # TODO change this to last message date enum _RoomOrdering { lastMessageAt_desc + createdAt_desc } type Room {