@liaizon I'm pretty new to the feddi, but if you can access your instances database I have some queries for you!
```
select *
from statuses
left join accounts a on statuses.account_id = a.id
where text ilike '%https://wants.coffee/@tim%'
and a.username = 'georift'
and a.domain = 'qoto.org';
```