diff options
author | Mario <mario@mariovavti.com> | 2020-10-13 08:14:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-10-13 08:14:14 +0000 |
commit | b103993ad155c8b304a6ce6fa345251691c0fb54 (patch) | |
tree | 0a98526137a5491351d94095e21a5f7dc7d0ce98 /Zotlabs/Lib | |
parent | e12f375624d980702e0ae81cdd161c77ccd527ca (diff) | |
download | volse-hubzilla-b103993ad155c8b304a6ce6fa345251691c0fb54.tar.gz volse-hubzilla-b103993ad155c8b304a6ce6fa345251691c0fb54.tar.bz2 volse-hubzilla-b103993ad155c8b304a6ce6fa345251691c0fb54.zip |
this is not required here
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 654b0461b..44f1f399e 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -1467,11 +1467,6 @@ class Libzot { $result = []; - // Make sure we use the zot6 identity where applicable - - $arr['author_xchan'] = Activity::find_best_identity($arr['author_xchan']); - $arr['owner_xchan'] = Activity::find_best_identity($arr['owner_xchan']); - // We've validated the sender. Now make sure that the sender is the owner or author if(! $public) { |