diff options
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) { |