feat: Implement basic markdown rendering for post content and user-based visibility for private posts.

This commit is contained in:
2026-03-03 18:19:42 +00:00
parent 82f7e006cf
commit 347ac8af55
7 changed files with 247 additions and 33 deletions

View File

@@ -23,3 +23,4 @@ tower-http = { version = "0.6.8", features = ["trace"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
uuid = { version = "1.21.0", features = ["v4"] }
regex = "1.11.1"