@usa きゃあw
l love the moment of knowing that I'm opening a new bag of coffee beans. https://mastodon.zunda.ninja/media/HgPHCn1cYCs0rXWOKjY
> Account.where(protocol: :ostatus).where.not(inbox_url: '').length
=> 0
> Account.where(protocol: :activitypub).where(inbox_url: '').length
=> 189
ほうほう
> Account.where(protocol: :activitypub).where(inbox_url: '').update_all(protocol: :ostatus)
=> 189
うりゃ
> Account.where(protocol: :activitypub).where(inbox_url: '').length
=> 0
ふむ