Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/900
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Jan 8, 2025
1 parent 1d372e0 commit 5ccafcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/feed_loader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ defmodule Bonfire.Social.FeedLoader do
fetcher_user_id = "1ACT1V1TYPVBREM0TESFETCHER"

cond do
# TODO: make local and remote filters instead
:local in feed_ids or local_feed_id in feed_ids ->
debug("local feed")

Expand Down
2 changes: 1 addition & 1 deletion test/social/feeds_filters_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ defmodule Bonfire.Social.FeedsFiltersTest do
}
end

@tag :todo
# @tag :todo
test "handles conflicting reply filters", %{user: user, reply_post: reply_post} do
# should test that conflicting settings result in what?
feed =
Expand Down

0 comments on commit 5ccafcd

Please sign in to comment.