softdevteam / mattermost-github-integration

GitHub integration for Mattermost
Other
79 stars 50 forks source link

Payload.py: Introduced avatar size check #13

Closed mharrend closed 7 years ago

mharrend commented 8 years ago

The size of the avatar is checked if modules urllib and pil are available.

If the size of the avatar is smaller than 65x65 pixels the avatar is shown if SHOW_AVATAR = True, otherwise the avatar will not be shown. Should fix issue #6

ptersilie commented 7 years ago

Finally got around looking into this. Thanks for your contribution. Merged.