Closed atomoc closed 5 years ago
I'm talking about this part of the code: https://github.com/julianlam/nodebb-plugin-sso-google/blob/master/library.js#L121-L122
It should look something like this: User.uploadPicture(uid, picture);
Seems unrelated to this plugin...
Uploading images is not used, yet I found a function in the file src/user/picture.js to download images. I do not have the knowledge to take advantage of this feature, please bring an example of its use.