diff --git a/src/utils/api.ts b/src/utils/api.ts index c1c59da..91b1c9d 100644 --- a/src/utils/api.ts +++ b/src/utils/api.ts @@ -78,12 +78,6 @@ export const fetchProfile = function fetchProfile( } if (AppBskyActorProfile.isRecord(value)) { - const host = '.' + new URL(service).host - - if (handle.endsWith(host)) { - handle = handle.slice(0, -host.length) - } - onSuccess({ uri, handle, profile: value }) return { uri, value } } else {