diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-28 14:43:28 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2014-12-02 18:01:16 +0000 |
commit | 9f4abd59f53b84e18659928a7abf566995544597 (patch) | |
tree | bb11c9050281cd0248ea5e56812d65c35d8cc33a /contrib/vertobot/cpanfile | |
parent | clean up a vertobot a bit (diff) | |
download | synapse-9f4abd59f53b84e18659928a7abf566995544597.tar.xz |
ignore rogue matrix call events; support verto.media RPC as a horrible hack; fix NA::Matrix dep
Diffstat (limited to '')
-rw-r--r-- | contrib/vertobot/cpanfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vertobot/cpanfile b/contrib/vertobot/cpanfile index 239258d4ac..c29fcaa6f6 100644 --- a/contrib/vertobot/cpanfile +++ b/contrib/vertobot/cpanfile @@ -1,6 +1,6 @@ requires 'parent', 0; requires 'Future', '>= 0.29'; -requires 'Net::Async::Matrix', '>= 0.11'; +requires 'Net::Async::Matrix', '>= 0.11_002'; requires 'Net::Async::Matrix::Utils'; requires 'Net::Async::WebSocket::Protocol', 0; requires 'Data::UUID', 0; |