caronc / apprise

Apprise - Push Notifications that work with just about every platform!
https://hub.docker.com/r/caronc/apprise
BSD 2-Clause "Simplified" License
10.9k stars 384 forks source link

Honor overflow=truncate when sending attachments #1097

Closed pomeloy closed 2 months ago

pomeloy commented 2 months ago

Description:

Related issue (if applicable): #1091

Thanks again for your help @caronc!

Checklist

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@<this.branch-name>

# Test out the changes with the following command:
apprise -t "Test Title" -b "Test Message" \
  <apprise url related to ticket>
caronc commented 2 months ago

@pomeloy merged! :rocket:

Thank you very much for the PR!