import {AtUri} from '@atproto/api' export function getRkey({uri}: {uri: string}): string { const at = new AtUri(uri) return at.rkey }