Skip to content
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

Corrected port for Matrix Plugin #900

Merged
merged 1 commit into from
Jul 6, 2023
Merged

Corrected port for Matrix Plugin #900

merged 1 commit into from
Jul 6, 2023

Conversation

caronc
Copy link
Owner

@caronc caronc commented Jul 6, 2023

Description:

Related issue (if applicable): n/a

A small bug with the Matrix plugin prevented it from generating the proper upstream URL when no port is specified.

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • No lint errors (use flake8)
  • 100% test coverage

Testing

Anyone can help test this source code as follows:

# Create a virtual environment to work in as follows:
python3 -m venv apprise

# Change into our new directory
cd apprise

# Activate our virtual environment
source bin/activate

# Install the branch
pip install git+https://github.com/caronc/apprise.git@matrix-cleanup

# Test out the changes with the following command:
apprise -t "Test Title" -b "Test Message" \
  "matrixs://mylocalserver/#channel"

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (2b57c5d) 99.98% compared to head (f1fba47) 99.98%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #900   +/-   ##
=======================================
  Coverage   99.98%   99.98%           
=======================================
  Files         120      120           
  Lines       15996    15997    +1     
  Branches     3268     3268           
=======================================
+ Hits        15994    15995    +1     
  Misses          1        1           
  Partials        1        1           
Impacted Files Coverage Δ
apprise/plugins/NotifyMatrix.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@caronc caronc merged commit 4cda4bf into master Jul 6, 2023
14 checks passed
@caronc caronc deleted the matrix-cleanup branch August 14, 2023 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants