Email or username:

Password:

Forgot your password?
No comments
Darius Kazemi

@liaizon ohhh. Yeah I know exactly that problem. I had to change the federation model of my rss converter when I realized it was doing that with posts.

Sebastian Lasse, redaktor.me

@liaizon @darius

Some additional context here
mastodon.technology/@Argus/104

But the fact that many people came together this night to work on solutions means more to me than the drama itself ;)

Instance admins can do
Account.find_remote('apconf', 'conf.tube').statuses.where(visibility: :direct).each { |s| RemoveStatusService.new.call(s) }

Thank you, everybody :
cc @rgggn !

@liaizon @darius

Some additional context here
mastodon.technology/@Argus/104

But the fact that many people came together this night to work on solutions means more to me than the drama itself ;)

Instance admins can do
Account.find_remote('apconf', 'conf.tube').statuses.where(visibility: :direct).each { |s| RemoveStatusService.new.call(s) }

Go Up