We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8fefb3 + 837f783 commit 4911148Copy full SHA for 4911148
app/models/concerns/follower.rb
@@ -37,6 +37,6 @@ def after_accept(follow)
37
end
38
39
def find_or_create_followed_entity(actor)
40
- actor.entity || ApplicationDeserializer.deserializer_for(actor)&.create!
+ actor.entity || ActivityPub::ApplicationDeserializer.deserializer_for(actor)&.create!
41
42
0 commit comments