4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-08-10 23:28:08 +00:00

Add matrix support

This commit is contained in:
Wim
2017-02-20 00:49:27 +01:00
parent cd0a2beb11
commit c5cfbc2297
17 changed files with 1673 additions and 3 deletions

8
vendor/manifest vendored
View File

@@ -183,6 +183,14 @@
"path": "/random",
"notests": true
},
{
"importpath": "github.com/matrix-org/gomatrix",
"repository": "https://github.com/matrix-org/gomatrix",
"vcs": "git",
"revision": "812dcb5515581023371efaa6a82750d997f50d57",
"branch": "master",
"notests": true
},
{
"importpath": "github.com/mattermost/platform/einterfaces",
"repository": "https://github.com/mattermost/platform",