]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Text/Plaintext.php
Merge pull request #13368 from MrPetovan/bug/13367-post-plink
[friendica.git] / src / Content / Text / Plaintext.php
index b297f75b367acf20c2297d8b448b8e4b76baec09..86d720a02a4e33f85a4c3616ec053924d5ec45d6 100644 (file)
@@ -137,6 +137,10 @@ class Plaintext
                                $abstract = BBCode::getAbstract($item['body'], Protocol::STATUSNET);
                                break;
 
+                       case BBCode::BLUESKY:
+                               $abstract = BBCode::getAbstract($item['body'], Protocol::BLUESKY);
+                               break;
+       
                        default: // We don't know the exact target.
                                // We fetch an abstract since there is a posting limit.
                                if ($limit > 0) {