aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-13 08:31:57 +0000
committerMario <mario@mariovavti.com>2020-10-13 08:31:57 +0000
commitc01e1b6c337e435d768c8e4e42dc7b06bdfc71e6 (patch)
tree574f2958a6e3109313afbd09291b10c07d65f347 /Zotlabs/Lib/Libzot.php
parent612ef9052334b6bb0ac96fb5d7868b8c26c281f0 (diff)
parent08e7c7b249e123edaa81348e54180e89080de012 (diff)
downloadvolse-hubzilla-c01e1b6c337e435d768c8e4e42dc7b06bdfc71e6.tar.gz
volse-hubzilla-c01e1b6c337e435d768c8e4e42dc7b06bdfc71e6.tar.bz2
volse-hubzilla-c01e1b6c337e435d768c8e4e42dc7b06bdfc71e6.zip
Merge branch 'dev' into 5.0RC
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index fb64626d6..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
-
- $msg_arr['author_xchan'] = Activity::find_best_identity($msg_arr['author_xchan']);
- $msg_arr['owner_xchan'] = Activity::find_best_identity($msg_arr['owner_xchan']);
-
// We've validated the sender. Now make sure that the sender is the owner or author
if(! $public) {