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

Commit

Permalink
Hawkowl/fix missing auth (#5328)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl authored Jun 4, 2019
1 parent fec2dcb commit b2b90b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/5328.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The base classes for the v1 and v2_alpha REST APIs have been unified.
1 change: 1 addition & 0 deletions synapse/rest/client/v1/voip.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class VoipRestServlet(RestServlet):
def __init__(self, hs):
super(VoipRestServlet, self).__init__()
self.hs = hs
self.auth = hs.get_auth()

@defer.inlineCallbacks
def on_GET(self, request):
Expand Down

0 comments on commit b2b90b7

Please sign in to comment.