feat: extract and save hashtags on thought creation
Some checks failed
lint / lint (push) Has been cancelled
test / unit (push) Has been cancelled
test / integration (push) Has been cancelled
lint / lint (pull_request) Failing after 9m18s
test / unit (pull_request) Successful in 16m4s
test / integration (pull_request) Failing after 17m16s

This commit is contained in:
2026-05-14 18:01:07 +02:00
parent 5c9acdecc1
commit 24bfda8458
2 changed files with 67 additions and 14 deletions

View File

@@ -64,6 +64,7 @@ pub async fn post_thought(
let out = create_thought(
&*s.thoughts,
&*s.users,
&*s.tags,
&*s.events,
CreateThoughtInput {
user_id: uid.clone(),