-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add photo api #133
base: main
Are you sure you want to change the base?
add photo api #133
Conversation
@twiss can you merge this pr. thanks |
@twiss thank you |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies for the long delay in reviewing. It was a large one 😅
50c23b2
to
7a01e13
Compare
@twiss please check again. thank you |
@twiss please check again. thank you |
This comment was not addressed. I know it didn't exist at the time this PR was opened, so I apologize for the churn, but all new functionality should go in the openpgp/v2 package. Please move the changes (except those in |
@twiss please check again. thank you |
ok |
@twiss please check again. thank you |
@twiss please check again. thank you |
8265064
to
c3b1f43
Compare
@twiss HI,When can this be merged? |
In addition to the above, could you please write a brief summary of the changes and additions to the API in the PR description, so that I can include it in the commit message? Currently it's very vague. |
ok |
@twiss please check again. thank you |
@izouxv where did you add the description? :s |
@twiss please check again. thank you. |
@twiss please check again. thank you. |
Sorry, I meant more like: could you write a short description of the functions you added and what they're for? See 8b3893e for a random (unrelated) example. |
c36a24a
to
08857b0
Compare
my desc is : feat: Add Entity.AddPhotos function to v2 |
@twiss please check again. thank you. |
1 similar comment
@twiss please check again. thank you. |
This change introduces a new function, Entity.AddPhotos, and the Entity struct adds a new member variables "Attributes". this enables user avatars encoded in jpeg format
add photo api