-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
Matrix Token (m.login.token) support added #1203
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1203 +/- ##
==========================================
- Coverage 99.36% 99.29% -0.08%
==========================================
Files 147 147
Lines 20555 20560 +5
Branches 3663 3665 +2
==========================================
- Hits 20425 20415 -10
- Misses 121 135 +14
- Partials 9 10 +1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
unfortunately i can't say it's working: ❯ apprise -vv -t "Test Title" -b "Test Message" \
'matrixs://<token>@<hostname>/!<channel-id>'
2024-09-26 09:50:12,914 - WARNING - Failed to handshake with Matrix server: Unauthorized - Invalid Token., error=403.
2024-09-26 09:50:13,109 - WARNING - Failed to handshake with Matrix server: Unauthorized - Invalid Token., error=403. |
looks like it's going for a registration token instead of an access token. |
It almost looks like What happens if you add |
Tested and wasn't able to get it working. |
Try adding |
|
Oops I didn't even see this PR. This is also a copy of #1236 |
a6d4e72
to
05b23fd
Compare
See #1236 |
Description:
Related issue (if applicable): #895
The URLs now trigger reference to the Matrix Token based Authentication (
m.login.token
):{schema}://{token}@{host}/{targets}
{schema}://{token}@{host}:{port}/{targets}
Checklist
flake8
)Testing
Anyone can help test this source code as follows: