Open Thaodan opened 1 year ago
I noticed while moving to mastodon.social that the plugin uses the wrong account id while fetching followers.
The bug results in errors such as this: Error: /api/v1/accounts/1565424413/following returned status code 404 Not Found (Record not found)
Error: /api/v1/accounts/1565424413/following returned status code 404 Not Found (Record not found)
My real account id (found at /api/v1/accounts/lookup is much longer.
/api/v1/accounts/lookup
The result is that the plugin reports connection timeout and a reconnect.
I noticed while moving to mastodon.social that the plugin uses the wrong account id while fetching followers.
The bug results in errors such as this:
Error: /api/v1/accounts/1565424413/following returned status code 404 Not Found (Record not found)
My real account id (found at
/api/v1/accounts/lookup
is much longer.The result is that the plugin reports connection timeout and a reconnect.