Refactor and improve seo schema.org data (#10613)
(cherry picked from commit 60917d1125)
This commit is contained in:
committed by
Eric Bailey
parent
7f5dd40069
commit
925eaa9fc8
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user