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

Undefined array key "username" in includes/class-options-handler.php on line 607 #32

Closed janboddez closed 2 years ago

janboddez commented 2 years ago

It's called mastodon_username, and it might not exist (older settings).

if ( empty( $this->options['mastodon_username'] ) || $account->username !== $this->options['username'] ) {
  ...
}