feat: mentions in lives_with and text_body fields
Some checks failed
/ integration-test--firefox (push) Failing after 3m7s
Some checks failed
/ integration-test--firefox (push) Failing after 3m7s
This commit is contained in:
parent
fd5f1899c1
commit
d42adbe274
10 changed files with 369 additions and 200 deletions
|
|
@ -38,9 +38,6 @@ impl HydratedContact {
|
|||
}
|
||||
}
|
||||
|
||||
/* name/group, url */
|
||||
pub type MentionTrie = radix_trie::Trie<String, String>;
|
||||
|
||||
impl FromRow<'_, SqliteRow> for Contact {
|
||||
fn from_row(row: &SqliteRow) -> sqlx::Result<Self> {
|
||||
let id: DbId = row.try_get("id")?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue