Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for not splitting the original message added
Added split_original config param (default: true), when true - splits the original message to multiple lines by '\n'; when false - passes original message as is. over_maximun_lines check changed from 'greater then' to 'greater or equal': setting max_lines = X actually produced message blocks of X+1 messages due to strict "greater than" sign.
- Loading branch information