Use unstable prefix for 3PID unbind API
This commit is contained in:
@@ -529,7 +529,7 @@ class ThreepidRestServlet(RestServlet):
|
||||
|
||||
|
||||
class ThreepidUnbindRestServlet(RestServlet):
|
||||
PATTERNS = client_patterns("/account/3pid/unbind$")
|
||||
PATTERNS = client_patterns("/account/3pid/unbind$", unstable=True)
|
||||
|
||||
def __init__(self, hs):
|
||||
super(ThreepidUnbindRestServlet, self).__init__()
|
||||
|
||||
Reference in New Issue
Block a user