Merge pull request #2062 from famedly/td/supportv1.14
chore: add v1.14 to supported versions
This commit is contained in:
commit
8c74fae354
|
|
@ -1656,6 +1656,7 @@ class Client extends MatrixApi {
|
||||||
'v1.11',
|
'v1.11',
|
||||||
'v1.12',
|
'v1.12',
|
||||||
'v1.13',
|
'v1.13',
|
||||||
|
'v1.14',
|
||||||
};
|
};
|
||||||
|
|
||||||
static const List<String> supportedDirectEncryptionAlgorithms = [
|
static const List<String> supportedDirectEncryptionAlgorithms = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue