janboddez / share-on-mastodon

Easily share WordPress posts on Mastodon.
https://jan.boddez.net/wordpress/share-on-mastodon
GNU General Public License v3.0
39 stars 5 forks source link

When one tries to switch instances, the new URL does not get saved #6

Closed janboddez closed 4 years ago

janboddez commented 4 years ago

URL is not properly saved.

Workaround: save empty string, then try again.

janboddez commented 4 years ago

'Kay, so when the URL is changed, the plugin tries to revoke a previously issued access token. This may fail for several reasons (there may not be such token, for instance). The URL is then not updated. Looks like an easy fix.