mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
GNU Social, Pump.io, Twitter: Improved check for posts that originally come from friendica to prevent mirroring them.
This commit is contained in:
parent
05010028cb
commit
4769c81e26
4 changed files with 4 additions and 4 deletions
|
@ -838,7 +838,7 @@ function statusnet_fetchtimeline($a, $uid) {
|
|||
if ($post->in_reply_to_status_id != "")
|
||||
continue;
|
||||
|
||||
if (!strpos($post->source, $application_name)) {
|
||||
if (!stristr($post->source, $application_name)) {
|
||||
$_SESSION["authenticated"] = true;
|
||||
$_SESSION["uid"] = $uid;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue