Skip to content
Snippets Groups Projects
Commit cca94272 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix typo when getting app name

parent 66b121b2
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class PusherFactory(object):
return self.pusher_types[pusherdict['kind']](self.hs, pusherdict)
def _create_email_pusher(self, _hs, pusherdict):
app_name = self._brand_from_pusherdict
app_name = self._app_name_from_pusherdict(pusherdict)
mailer = self.mailers.get(app_name)
if not mailer:
mailer = Mailer(
......
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