Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Mar 24, 2024
1 parent a307b35 commit 0812d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/activities.ex
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ defmodule Bonfire.Social.Activities do
|> distinct([media: media], desc: media.id)

:maybe_with_labelled ->
if Extend.module_enabled?(Bonfire.Label),
if Extend.extension_enabled?(:bonfire_label),
do:
query
|> proload(
Expand Down

0 comments on commit 0812d2d

Please sign in to comment.