Closed Xymph closed 3 years ago
Not really, but I think I'll need to rebase/push for the merge conflict first, right?
Edit: Done, conflict resolved, ready for merge.
I think it's nice to rebase even when there aren't conflicts, to avoid crossing branches and provide a semi-linear git graph. :)
See issue #115. Storing and re-using the token reduces the number of API calls when invoking multiple edit/delete/etc actions in a session, as is typical bot behavior.
The error value of
token()
is also changed tonull
(false
should only be used by boolean methods). Sincetoken()
is an internal method, I don't consider this an API-breaking change.