Fix local timeline
This commit is contained in:
parent
b6d7f45c60
commit
208fc95e59
|
@ -76,7 +76,7 @@ defmodule Clacks.Timeline do
|
|||
|> join_with_actors()
|
||||
|> join_with_announced_or_liked()
|
||||
|> select(
|
||||
[activity, actor, announced, announced_actor],
|
||||
[activity, _object, actor, announced, announced_actor],
|
||||
{activity, actor, {announced, announced_actor}}
|
||||
)
|
||||
|> Repo.all()
|
||||
|
|
Loading…
Reference in New Issue