Skip to content
Snippets Groups Projects
Commit e52373fd authored by Jean-Baptiste's avatar Jean-Baptiste
Browse files

update: fix webfinger

parent 9def8c31
No related branches found
Tags v0.5.125
No related merge requests found
Pipeline #1057 passed
......@@ -78,7 +78,8 @@ class WebFingerEndpoint(object):
}
for class_name in model_classes:
webfinger = class_name()
model_class = model_classes[class_name]
webfinger = model_class()
dict = webfinger.response(dict, self.params['rel'], self.acct)
return dict
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment