Email or username:

Password:

Forgot your password?
5 posts total
djsumdog

Huh ... so on Mastodon, you can do a search with resolve=1, but for the same thing on pleroma, it has to be resolve=true it seems.

Eugen Rochko

@djsumdog Yeah, we support all truthy values. true, 1, TRUE, t

djsumdog

How the hell does the mastodon web interface do a remote search? I've setup a hosts file for the streaming, web and sidekiq containers and it's still handing me 503s .. I wonder if it cached the wrong DNS/IP.

djsumdog

What the actual fuck is going on? It's making the webfinger request to peertube, and then nothing else. I can make the request myself from the container. Does Mastodon do it's own DNS lookup deep in the code somewhere, ignoring the hosts file?

djsumdog

How do you get the max_chars for a given instance using the mastodon-api? /api/v1/instance doesn't have it. I found a merge request to add /api/v1/site years ago that got merged, but it doesn't appear in the docs currently. /nodeinfo/2.0 doesn't provide this information either.

djsumdog

God damn it Mastodon.

github.com/tootsuite/mastodon/

My media_attachments folder is over 200GB. What's going on here? Are there dangling files out there that aren't referenced in the database? Is there a tootctl command to go through and delete anything in media_attachments which is not references somewhere?

I have remote-media-cleanup set to not keep anything past two days. Something is not working the way it should.

djsumdog

I'm confused about something. So here is the thread on the OP's server:

social.pixie.town/@thufie/1035

The replies disappeared from my timeline and I assumed they deleted them, but the full thread exists on their server, and I can still reply to it

social.pixie.town/@thufie/1035

Silencing an instance would mean new posts do not appear. How are posts moderated so they send out a delete request but keep their original version of the thread? Feels broken.

Go Up