> select id,protocol from accounts where username ilike 'YUKIMOCHI' and domain='toot.yukimochi.jp';
id | protocol
----+----------
28 | 1
(1 row)
@zundan select id,domain from subscriptions where domain = 'toot.yukimochi.jp'; これが、無いようにしていただければ。
@YUKIMOCHI ありましたありました
> select count(1) from subscriptions where domain='toot.yukimochi.jp';
count
-------
1
(1 row)
@zundan APユーザー全員分、そうしておくと誰にもトラブルが起きなくなります。