feat(posts): add post reference/internal linking functionality
Add support for referencing other posts within messages through a new post_ref segment type. Includes new PostReference model to track relationships, PostRefService for processing references, and new endpoints for post suggestions, related posts, and reference click tracking.
This commit is contained in:
@@ -43,6 +43,9 @@ var RepositorySet = wire.NewSet(
|
||||
|
||||
// 用户资料审核相关仓储
|
||||
repository.NewUserProfileAuditRepository,
|
||||
|
||||
// 帖子内链引用关系
|
||||
repository.NewPostRefRepository,
|
||||
)
|
||||
|
||||
// ProvideUserActivityRepository 提供用户活跃数据仓储
|
||||
|
||||
Reference in New Issue
Block a user