mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-09 22:59:24 -05:00
Drop support for v2_alpha API prefix (#5190)
This commit is contained in:
parent
1757e2d7c3
commit
5f027a315f
8 changed files with 21 additions and 26 deletions
|
|
@ -29,7 +29,6 @@ logger = logging.getLogger(__name__)
|
|||
class SendToDeviceRestServlet(servlet.RestServlet):
|
||||
PATTERNS = client_v2_patterns(
|
||||
"/sendToDevice/(?P<message_type>[^/]*)/(?P<txn_id>[^/]*)$",
|
||||
v2_alpha=False
|
||||
)
|
||||
|
||||
def __init__(self, hs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue