Skip to content

Commit

Permalink
MODIFY: add avatar to the data returned by getRoomMembers (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoubessabiry committed Oct 20, 2023
2 parents 9b92410 + 42ac5fe commit b7b19cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/code/src/rooms/rooms.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ export class RoomsService {
userId: true,
firstName: true,
lastName: true,
avatar: true,
},
},
},
Expand Down

0 comments on commit b7b19cb

Please sign in to comment.