Compare commits

...

1 Commits

Author SHA1 Message Date
Samuel Newman 46acc0cff9 Add other bskyweb route handlers for chat 2026-05-28 16:08:51 +03:00
+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)