Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
891b1428
Commit
891b1428
authored
Nov 23, 2020
by
Mario
Browse files
do not use chanlink_url() at this place
parent
453dd38e
Pipeline
#365564
passed with stage
in 6 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Zotlabs/Lib/Activity.php
View file @
891b1428
...
...
@@ -713,7 +713,7 @@ class Activity {
);
if
(
$p
)
{
xchan_query
(
$p
,
true
);
$p
=
fetch_post_tags
(
$p
,
true
);
$p
=
fetch_post_tags
(
$p
);
$i
[
'obj'
]
=
self
::
encode_item
(
$p
[
0
]);
// convert to zot6 emoji reaction encoding which uses the target object to indicate the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment