Email or username:

Password:

Forgot your password?
No comments
Eugen Rochko replied to mewmew

@mewmew @apconf @rgggn @sl007 @mlemweb @liaizon @schmittlauch From Rails console:

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

Go Up