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
les
gancio
Commits
a9eedb7b
Commit
a9eedb7b
authored
Jun 01, 2020
by
les
Browse files
[fedi] handle when actor is Gone
parent
ad745a2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/federation/helpers.js
View file @
a9eedb7b
...
...
@@ -114,6 +114,10 @@ const Helpers = {
}
return
res
.
data
})
.
catch
(
e
=>
{
debug
(
e
)
return
false
})
if
(
fedi_user
)
{
fedi_user
=
await
APUser
.
create
({
ap_id
:
URL
,
object
:
fedi_user
})
...
...
Write
Preview
Supports
Markdown
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