Skip to content
Snippets Groups Projects
Unverified Commit 54ca5782 authored by pierre-lehnen-rc's avatar pierre-lehnen-rc Committed by GitHub
Browse files

[FIX] LDAP avatar upload (#18994)

parent 0c276b5a
No related branches found
No related tags found
No related merge requests found
......@@ -358,6 +358,7 @@ function syncUserAvatar(user, ldapUser) {
const file = {
userId: user._id,
type: 'image/jpeg',
size: avatar.length,
};
Meteor.runAsUser(user._id, () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment