Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sander Snel
PixFed
Commits
995d604e
Unverified
Commit
995d604e
authored
Sep 24, 2019
by
trwnh
Committed by
GitHub
Sep 24, 2019
Browse files
copy activity id instead of guessing blindly
see #1710
parent
f7153e8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/Util/ActivityPub/Inbox.php
app/Util/ActivityPub/Inbox.php
+1
-1
No files found.
app/Util/ActivityPub/Inbox.php
View file @
995d604e
...
...
@@ -197,7 +197,7 @@ class Inbox
'type'
=>
'Accept'
,
'actor'
=>
$target
->
permalink
(),
'object'
=>
[
'id'
=>
$
actor
->
permalink
(
'#follows/'
.
$follower
->
id
)
,
'id'
=>
$
this
->
payload
[
'id'
]
,
'actor'
=>
$actor
->
permalink
(),
'type'
=>
'Follow'
,
'object'
=>
$target
->
permalink
()
...
...
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