Merge branch 'master' of https://github.com/rylxes/outline into rylxes-master

This commit is contained in:
Tom Moor
2019-09-21 13:11:31 -07:00
4 changed files with 4 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ export default (user: User, options: Options = {}): ?UserPresentation => {
const userData = {};
userData.id = user.id;
userData.createdAt = user.createdAt;
userData.lastActiveAt = user.lastActiveAt;
userData.name = user.name;
userData.isAdmin = user.isAdmin;
userData.isSuspended = user.isSuspended;