mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
commit
48616e1db0
1 changed files with 3 additions and 3 deletions
|
@ -218,8 +218,8 @@ function wppost_post_local(&$a, &$b) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function wppost_send(&$a,&$b) {
|
function wppost_send(&$a, &$b)
|
||||||
|
{
|
||||||
if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited'])) {
|
if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited'])) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue