mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +00:00
removed 2 lines in posterous that were rendering plugin unproductive
libertree snuck in...not yet functional
This commit is contained in:
parent
6e280e7143
commit
b6985e0e66
4 changed files with 211 additions and 3 deletions
|
@ -153,9 +153,6 @@ function posterous_post_local(&$a,&$b) {
|
|||
|
||||
function posterous_send(&$a,&$b) {
|
||||
|
||||
logger('posterous_send: invoked');
|
||||
return;
|
||||
|
||||
if($b['deleted'] || $b['private'] || ($b['created'] !== $b['edited']))
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue