summaryrefslogtreecommitdiffstats
path: root/src/models
diff options
context:
space:
mode:
authorJoshua Trees <jtrees@users.noreply.github.com>2020-07-21 19:52:51 +0200
committerGitHub <noreply@github.com>2020-07-21 19:52:51 +0200
commit8ee4b99ac6bcb01440ec77ab99d9dd4c6a239e0d (patch)
tree956ccc3ac170219cb6242951f2cbde5c2c4fdbd5 /src/models
parent37d9842e3fc27cbaba2daf217ca8668009b5a034 (diff)
Add Matrix to list of instant messaging networks
Diffstat (limited to 'src/models')
-rw-r--r--src/models/rfcProps.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/rfcProps.js b/src/models/rfcProps.js
index 7b2ac1a5..1a2f2bc1 100644
--- a/src/models/rfcProps.js
+++ b/src/models/rfcProps.js
@@ -182,6 +182,7 @@ const properties = {
{ id: 'WECHAT', name: 'WeChat' },
{ id: 'LINE', name: 'Line' },
{ id: 'KAKAOTALK', name: 'KakaoTalk' },
+ { id: 'MATRIX', name: 'Matrix' },
],
},
tel: {