projects
/
friendica-addons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9763635
)
Twitter: Set "wall" on remote-self
author
Michael
<heluecht@pirati.ca>
Tue, 10 Jan 2023 20:00:46 +0000
(20:00 +0000)
committer
Michael
<heluecht@pirati.ca>
Tue, 10 Jan 2023 20:00:46 +0000
(20:00 +0000)
twitter/twitter.php
patch
|
blob
|
history
diff --git
a/twitter/twitter.php
b/twitter/twitter.php
index a8a45acac4b19be34c3ec7beebb14a605e38f1dd..83e104599fe8ae8743e54c4a6a9ae7f04aaf4deb 100644
(file)
--- a/
twitter/twitter.php
+++ b/
twitter/twitter.php
@@
-2304,6
+2304,8
@@
function twitter_fetchhometimeline(App $a, int $uid): void
}
}
+ $postarray['wall'] = (bool)$notify;
+
$item = Item::insert($postarray, $notify);
$postarray['id'] = $item;