mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 16:53:41 +00:00
Statusnet: One notice removed
This commit is contained in:
parent
a8282d143e
commit
f17f7cc5bf
1 changed files with 1 additions and 1 deletions
|
@ -1381,7 +1381,7 @@ function statusnet_complete_conversation(App $a, $uid, $self, $create_user, $nic
|
||||||
foreach ($posts as $post) {
|
foreach ($posts as $post) {
|
||||||
$postarray = statusnet_createpost($a, $uid, $post, $self, false, false);
|
$postarray = statusnet_createpost($a, $uid, $post, $self, false, false);
|
||||||
|
|
||||||
if (trim($postarray['body']) == "") {
|
if (empty($postarray['body'])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue