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
Pleroma
pleroma
Commits
0aada88b
Commit
0aada88b
authored
May 08, 2019
by
kaniini
Browse files
bbs: chase timeline containment patch
parent
75ce6adc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/pleroma/bbs/handler.ex
View file @
0aada88b
...
@@ -95,7 +95,6 @@ def handle_command(state, "home") do
...
@@ -95,7 +95,6 @@ def handle_command(state, "home") do
activities
=
activities
=
[
user
.
ap_id
|
user
.
following
]
[
user
.
ap_id
|
user
.
following
]
|>
ActivityPub
.
fetch_activities
(
params
)
|>
ActivityPub
.
fetch_activities
(
params
)
|>
ActivityPub
.
contain_timeline
(
user
)
Enum
.
each
(
activities
,
fn
activity
->
Enum
.
each
(
activities
,
fn
activity
->
puts_activity
(
activity
)
puts_activity
(
activity
)
...
...
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