Show avatars of assigned users

This commit is contained in:
kolaente 2019-06-06 12:52:05 +02:00
parent 0b18ca73c2
commit aeae2c4f1f
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 16 additions and 1 deletions

View file

@ -4,6 +4,7 @@ export default class UserModel extends AbstractModel {
defaults() {
return {
id: 0,
avatarUrl: '',
email: '',
username: '',
created: 0,