mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 07:37:27 +02:00
[GooglePlusPostBridge] Skip posts without message
This commit is contained in:
@@ -57,6 +57,11 @@ class GooglePlusPostBridge extends BridgeAbstract{
|
|||||||
|
|
||||||
$message = $post->find('div[jsname=EjRJtf]', 0);
|
$message = $post->find('div[jsname=EjRJtf]', 0);
|
||||||
|
|
||||||
|
// Empty messages are not supported right now
|
||||||
|
if(!$message) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
$item['content'] = '<div style="float: left; padding: 0 10px 10px 0;"><a href="'
|
$item['content'] = '<div style="float: left; padding: 0 10px 10px 0;"><a href="'
|
||||||
. $this->url
|
. $this->url
|
||||||
. '"><img align="top" alt="'
|
. '"><img align="top" alt="'
|
||||||
|
Reference in New Issue
Block a user