mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 14:18:48 +01:00
fixup! Ref: Avatars to use modern gridfs
This commit is contained in:
parent
4929653367
commit
48cd554229
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ if (Meteor.isServer) {
|
|||
avatarsBucket = createBucket('avatars');
|
||||
}
|
||||
|
||||
const Avatars = new FilesCollection({
|
||||
Avatars = new FilesCollection({
|
||||
debug: false, // Change to `true` for debugging
|
||||
collectionName: 'avatars',
|
||||
allowClientCode: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue