Remove 3PID type limitation

This commit is contained in:
Maxime Dor
2017-04-20 19:20:05 +02:00
parent 70222aad83
commit 0a70b903c3
8 changed files with 17 additions and 52 deletions

View File

@@ -74,4 +74,5 @@ public class ThreePidMapping {
public String toString() {
return JsonOutput.toJson(this);
}
}