gnu-social/plugins/OStatus/classes
Mikael Nordfeldth ba46c3d360 SHARE activities would not be imported from federated instances for local notices
"[...] posts _local_ users (like you) make won't get data about "repeated by"
from federated users"

This was because the ActivityObject would processShare where the shared object
has a _local_ 'actor' URI. Ostatus_profile would complain this meant that a
"Local user cannot be referenced as remote.".

So we see if the shared activity object's id (URI) is in our Notice table, so
we don't have to processActivity - and can skip ensureActivityObjectProfile.
2013-10-21 23:25:43 +02:00
..
FeedSub.php Replace common_good_random with common_random_hexstr 2013-10-21 13:20:30 +02:00
HubSub.php Replace common_good_random with common_random_hexstr 2013-10-21 13:20:30 +02:00
Magicsig.php Unnecessary UTF-8 declaration for database 2013-08-20 09:43:23 +02:00
Ostatus_profile.php SHARE activities would not be imported from federated instances for local notices 2013-10-21 23:25:43 +02:00
Ostatus_source.php OStatus classes now has modern schemaDef 2013-08-21 11:01:31 +02:00