[Chat] Add other chat route handlers to bskyweb (#10639)

This commit is contained in:
Samuel Newman
2026-05-29 16:35:32 +03:00
committed by GitHub
parent 806f31dc93
commit a5e29442b5
+2
View File
@@ -330,7 +330,9 @@ func serve(cctx *cli.Context) error {
e.GET("/intent/verify-email", server.WebGeneric)
e.GET("/intent/age-assurance", server.WebGeneric)
e.GET("/messages", server.WebGeneric)
e.GET("/messages/inbox", server.WebGeneric)
e.GET("/messages/:conversation", server.WebGeneric)
e.GET("/messages/:conversation/settings", server.WebGeneric)
// profile endpoints; only first populates info
e.GET("/profile/:handleOrDID", server.WebProfile)