···8282 },
8383}
84848585-// findPullByRKey searches a pull list for the item matching rkey,
8686-// decodes its record, and returns the record plus the author DID
8787-// extracted from the item's URI.
8885func findPullByRKey(items []tangled.PullListItem, rkey string) (*tangled.PullRecord, string, error) {
8986 for _, item := range items {
9087 if !strings.HasSuffix(item.URI, "/"+rkey) {