1
0
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:
Dag
2022-07-31 03:52:27 +02:00
committed by GitHub
parent 5b5f3b4254
commit 0a060b2ad6
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;