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

Fix some message formatting failures, improve test coverage #781

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Mar 29, 2024

  1. Do not unescape HTML in Slack messages

    This resulted in broken matrix formatting.
    Tests are now also updated, in line with existing and expected behaviour.
    
    Signed-off-by: Tadeusz „tadzik” Sośnierz <tadeusz@sosnierz.com>
    tadzik committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    badc1eb View commit details
    Browse the repository at this point in the history
  2. Ensure we're not accidentally removing line breaks when stripping rep…

    …ly fallbacks
    
    Fixes matrix-orgGH-737
    
    Signed-off-by: Tadeusz „tadzik” Sośnierz <tadeusz@sosnierz.com>
    tadzik committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1921b50 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    6db082f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce9842 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Add changelog

    tadzik committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c3c6bf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Update tests/unit/substitutionsTest.ts

    Co-authored-by: David Vo <auscompgeek@users.noreply.github.com>
    Half-Shot and auscompgeek committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4c80e0c View commit details
    Browse the repository at this point in the history