feat: full group support
Some checks failed
/ integration-test--firefox (push) Failing after 3m6s

This commit is contained in:
Robert Perce 2026-01-23 21:20:27 -06:00
parent cd4096b2ff
commit a0afb6dfd3
24 changed files with 536 additions and 274 deletions

View file

@ -131,8 +131,8 @@ pub mod get {
from names where contact_id = c.id
) as names, (
select jes.date from journal_entries jes
join contact_mentions cms on cms.entry_id = jes.id
where cms.contact_id = c.id
join journal_mentions cms on cms.entry_id = jes.id
where cms.url = '/contact/'||c.id
order by jes.date desc limit 1
) as last_mention_date from contacts c",
)