Add other bskyweb route handlers for chat

This commit is contained in:
Samuel Newman
2026-05-28 16:08:51 +03:00
parent 7f5dd40069
commit 46acc0cff9
+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)