[Gab] feat: add new bridge GabBridge (#2920)

This commit is contained in:
Dag 2022-07-31 03:52:27 +02:00 committed by GitHub
parent 5b5f3b4254
commit 0a060b2ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 86 additions and 1 deletions

View file

@ -207,7 +207,7 @@ class FeedItem
if (!is_string($title)) {
Debug::log('Title must be a string!');
} else {
$this->title = trim($title);
$this->title = truncate(trim($title));
}
return $this;