Refactor and improve seo schema.org data (#10613)

(cherry picked from commit 60917d1125)
This commit is contained in:
Michael Black
2026-05-28 11:26:25 -05:00
committed by Eric Bailey
parent 7f5dd40069
commit 925eaa9fc8
14 changed files with 2172 additions and 196 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ func (srv *Server) parseBlueskyURL(ctx context.Context, raw string) (*syntax.ATU
}
var did syntax.DID
if atid.IsHandle() {
ident, err := srv.dir.Lookup(ctx, *atid)
ident, err := srv.dir.Lookup(ctx, atid)
if err != nil {
return nil, err
}