Skip to content
Snippets Groups Projects
Unverified Commit fca076a4 authored by pierre-lehnen-rc's avatar pierre-lehnen-rc Committed by Diego Sampaio
Browse files

[FIX] LDAP avatar upload (#18994)

parent 58a0c20a
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