Sean Whalen
Sean Whalen
The JSON should be the same
After a lot of digging in the code, I discovered the the active_users field returned by the instances.social is actually logins per week obtained from a Mastodon API v1 call....
> Duplicate of https://github.com/mastodon/mastodon/issues/8208 Sort of. I'm also describing a way to follow lists. I just updated the title to reflect this difference.
@ykzts Done. I also updated this PR to replace any mention of the words toot or status with the word post across all locals, to keep everything consistent with the...
@ykzts In that case, I'll close this PR, and create a new clean branch with just my original changes? should I also edit [status_action_bar.js](https://github.com/mastodon/mastodon/blob/2889c686108e89a87317505f93b841f5a8a6649b/app/javascript/mastodon/components/status_action_bar.js#L42) like you mentioned earlier?
There we go. Finally reverted properly. Sorry. I've never had to revert that far back before and had to do some googling.
I strongly agree with everyone above. Currently this in a cumbersome process of copying the URL of the profile into a search on your server, clicking on the user in...
Hey everyone! As a workaround until this issue is fixed, I created a little Python CLI/API that can export a following or followers list to CSV, including the account address,...
What happens when you run `import pymongo` in a Python console?
This issue is finally fixed in 8.4.1. Sorry this bug was neglected for so long.