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
5d864ff8
Commit
5d864ff8
authored
Jul 30, 2019
by
les
Browse files
minor
parent
ed53c348
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/federation/users.js
View file @
5d864ff8
...
...
@@ -52,7 +52,7 @@ module.exports = {
const
name
=
req
.
params
.
name
if
(
!
name
)
return
res
.
status
(
400
).
send
(
'
Bad request.
'
)
console
.
error
(
'
Inside outbox, should return all events from this user
'
)
const
re
s
=
{
const
re
t
=
{
'
@context
'
:
'
https://www.w3.org/ns/activitystreams
'
,
id
:
`
${
config
.
baseurl
}
/federation/u/
${
name
}
/outbox`
,
type
:
'
OrderedCollection
'
,
...
...
@@ -63,5 +63,6 @@ module.exports = {
orderedItems
:
[{
content
:
'
ciao
'
}]
}
}
return
res
.
json
(
ret
)
}
}
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