fix system user avatar not being registered

This commit is contained in:
Agatha Lovelace 2021-08-27 21:26:26 +03:00
parent 8df4024320
commit eda95f3dfe
No known key found for this signature in database
GPG Key ID: 2DB18BA2E0A80BC3
1 changed files with 5 additions and 0 deletions

View File

@ -584,6 +584,11 @@ data class BaseConfig(val rootDir: File) {
"urlTemplate",
urlTemplate,
"template for constructing the user avatar url using the uuid"
),
systemUserAvatar = it.getOrDefault(
"systemUserAvatar",
systemUserAvatar,
"avatar url for the system user"
)
)
}