mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
[Gab] feat: add new bridge GabBridge (#2920)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user