1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00
This commit is contained in:
David Baker
2017-08-21 19:34:07 +01:00
parent b898d15580
commit ac64e9b705
8 changed files with 17 additions and 27 deletions

View File

@@ -23,5 +23,5 @@ export const GroupMemberType = PropTypes.shape({
export function groupMemberFromApiObject(apiObject) {
return {
userId: apiObject.user_id,
}
};
}