From 4b5eecd7e7bebbccf216a442feff6d3580fc0983 Mon Sep 17 00:00:00 2001 From: Anatoliy Sablin Date: Tue, 21 Apr 2020 23:27:20 +0300 Subject: [PATCH] Enable v2 by default because Riot require v2 api. --- ma1sd.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ma1sd.example.yaml b/ma1sd.example.yaml index 81e462c..69426f8 100644 --- a/ma1sd.example.yaml +++ b/ma1sd.example.yaml @@ -22,7 +22,7 @@ matrix: domain: '' v1: true # deprecated - v2: false # MSC2140 API v2. Disabled by default in order to preserve backward compatibility. + v2: true # MSC2140 API v2. Riot require enabled V2 API. ################