mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: add the access attribute
This commit is contained in:
@@ -295,6 +295,7 @@ export class ReadWriteUserController extends ReadOnlyUserController {
|
||||
size: avatarFile.size,
|
||||
type: avatarFile.mimetype,
|
||||
context: 'user_avatar',
|
||||
access: 'private',
|
||||
createdByRef: 'User',
|
||||
createdBy: req.user.id,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user