Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Various auth.py fixes. #919

Merged
merged 4 commits into from
Jul 15, 2016
Merged

Various auth.py fixes. #919

merged 4 commits into from
Jul 15, 2016

Conversation

erikjohnston
Copy link
Member

No description provided.

@@ -379,7 +379,7 @@ def _resolve_auth_events(self, events, auth_events):
try:
# FIXME: hs.get_auth() is bad style, but we need to do it to
# get around circular deps.
self.hs.get_auth().check(event, auth_events)
self.hs.get_auth().check(event, auth_events, do_sig_check=False)
Copy link
Contributor

@NegativeMjark NegativeMjark Jul 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add a comment to explain why we can do do_sig_check=False here?

@NegativeMjark
Copy link
Contributor

LGTM

@erikjohnston erikjohnston merged commit bd7c519 into develop Jul 15, 2016
@richvdh richvdh deleted the erikj/auth_fix branch December 1, 2016 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants