···2626const ignoredPDSHostnamePatterns: RegExp[] = [
2727 /^.+\.bsky\.network$/, // These are operated by Bluesky PBC
2828 /^atproto\.brid\.gy$/, // It's too slow to respond
2929- /^x\.mt\.social$/ // Appears to be full of DIDs that don't actually exist
2929+ /^x\.mt\.social$/, // Appears to be full of DIDs that don't actually exist
3030+ /^goeo\.lol$/ // Appears to be full of DIDs that don't actually exist or don't belong to this PDS
3031];
31323233const ignoredHandlePatterns: RegExp[] = [