Skip to content

Commit

Permalink
[FIX] Apps room events losing data (#17827)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert authored Jun 9, 2020
1 parent d70f4af commit 31bf5e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/apps/server/converters/rooms.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class AppRoomsConverter {
lm: room.lastModifiedAt,
customFields: room.customFields,
prid: typeof room.parentRoom === 'undefined' ? undefined : room.parentRoom.id,
...room._USERNAMES && { _USERNAMES: room._USERNAMES },
};

return Object.assign(newRoom, room._unmappedProperties_);
Expand Down

0 comments on commit 31bf5e3

Please sign in to comment.