fossasia / susi_server

SUSI.AI server backend - the Artificial Intelligence server for personal assistants https://susi.ai
GNU Lesser General Public License v2.1
2.51k stars 1.08k forks source link

Passed author's avatar along with the skills #1463

Closed Dilshaad21 closed 4 years ago

Dilshaad21 commented 4 years ago

Fixes #1462

Changes:

Screenshots for the change: NA

Dilshaad21 commented 4 years ago

@akshatnitd I did that similar to getAvatar endpoint. But unlike passing it using ServletOutputStream I converted it into String and then returned it. We can accept that form of image and convert it accordingly if required in the client-side itself. Want to know your views.