-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: add matrix service #113
Conversation
Codecov Report
@@ Coverage Diff @@
## main #113 +/- ##
==========================================
+ Coverage 68.47% 68.87% +0.40%
==========================================
Files 72 76 +4
Lines 2106 2262 +156
==========================================
+ Hits 1442 1558 +116
- Misses 547 572 +25
- Partials 117 132 +15
Continue to review full report at Codecov.
|
Hi, is there any ETA on this? Some time ago it seems like watchtower added some check on the url and i can't push notifications to my matrix server because of that (previous it worked fine through a slack compatible webproxy bot, but it is not updates in month, and thus not compatible with the new[?] type of slack notifications) i'd love to have this feature implemented... |
* feat(matrix): add matrix service * test(matrix): add some matrix tests * fix(matrix): simplify client using stateless APIs * fix(matrix): slim the public API and fix lint errors * test(matrix): add test case * test(matrix): add erroring test case
* feat(matrix): add matrix service * test(matrix): add some matrix tests * fix(matrix): simplify client using stateless APIs * fix(matrix): slim the public API and fix lint errors * test(matrix): add test case * test(matrix): add erroring test case
Fixes #112