Mastodonplus.py/mastodon
Robert Mock 365ebf3ad9
Fix 500 from status_post capitalized visibilities
The validator for the 'visibility' parameter lower()s it before verifying, but this means that "direct", "Direct", and "dIRECT" all pass validation. However, passing in 'Direct' (at least, to my instance) throws `mastodon.Mastodon.MastodonAPIError: ('Mastodon API returned error', 500, 'Internal Server Error', None)`. This corrects the parameter in-place.
2018-02-11 15:30:58 -08:00
..
__init__.py Many fixes for streaming stuff 2017-11-24 15:08:34 +01:00
Mastodon.py Fix 500 from status_post capitalized visibilities 2018-02-11 15:30:58 -08:00
streaming.py Fixed event not being cleared after dispatch 2018-01-29 12:28:44 +01:00