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 |
||
|---|---|---|
| .. | ||
| backup_repository.go | ||
| category_repository.go | ||
| category_repository_test.go | ||
| chat_repository.go | ||
| notification_repository.go | ||
| post_repository.go | ||
| post_repository_test.go | ||
| tag_repository.go | ||
| user_repository.go | ||