friendship ended with social-app. php is my new best friend

remove await

Changed files
+1 -1
lib
+1 -1
lib/bskyToucher.php
···
];
} else if ($embeds->{'$type'} === 'app.bsky.embed.record') {
$uriComponents = $this->splitAtUri($embeds->record->uri);
-
$post = await($this->getSlingshotData($uriComponents->did, $uriComponents->collection, $uriComponents->rkey));
+
$post = $this->getSlingshotData($uriComponents->did, $uriComponents->collection, $uriComponents->rkey);
$sanitizedPost = $this->sanitizePost($post, true);
return [
(object) [