sojorn/go-backend
Patrick Britton 0a420278ec fix: add link_preview_* columns to all post queries
All post-fetching SQL queries were missing the link_preview_url,
link_preview_title, link_preview_description, link_preview_image_url,
and link_preview_site_name columns. The Go model had the fields but
they were never populated from the DB.

Fixed in: GetFeed, GetPostsByAuthor, GetPostByID, GetSavedPosts,
GetLikedPosts, SearchPosts, GetPostFocusContext (children + siblings),
GetPopularPublicPosts
2026-02-09 19:05:30 -06:00
..
cmd feat: admin profile editing and follower/following management for official accounts 2026-02-09 09:37:44 -06:00
internal fix: add link_preview_* columns to all post queries 2026-02-09 19:05:30 -06:00
pkg/utils Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
scripts Fix notification badge: exclude archived from count, recalculate on archive, update trigger 2026-02-06 15:44:58 -06:00
.env.example fix: update Turnstile environment variable name 2026-02-05 09:10:26 -06:00
chain_button_fix.patch Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
directus-docker-compose.yml feat: notification system refinements and api route fixes 2026-02-04 10:51:01 -06:00
Dockerfile Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
firebase-service-account.json Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
go.mod fix: removed deprecated fcm dependency and updated firebase sdk 2026-02-04 12:09:49 -06:00
go.sum fix: removed deprecated fcm dependency and updated firebase sdk 2026-02-04 12:09:49 -06:00
login_response.json Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
Makefile Initial commit: Complete threaded conversation system with inline replies 2026-01-30 07:40:19 -06:00
nginx_sojorn.conf feat: notification system refinements and api route fixes 2026-02-04 10:51:01 -06:00
seed_suggested.sql Update terminology, fix search feed, and deploy updates 2026-02-03 21:44:08 -06:00