Mastodonplus.py/mastodon
D Anzorge 4319283bcd log_in(): check if granted scopes are a superset of requested
Currently, Pleroma does not actually have scopes, but grants "read write
follow" in all cases. For compatibility, log_in() now checks if the
granted scopes include all of the requested scopes, instead of checking
if they match exactly.
2018-06-26 14:48:59 +02:00
..
__init__.py Move pagination info to attributes 2018-06-04 16:48:20 +02:00
Mastodon.py log_in(): check if granted scopes are a superset of requested 2018-06-26 14:48:59 +02:00
streaming.py Improve on_abort handler 2018-06-05 17:37:11 +02:00