Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Velten committed Jun 14, 2023
1 parent bdd9854 commit 986ac83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.d/15781.bugfix
@@ -1 +1 @@
Fix a bug in push rules handling leading to an invalid (per spec) `is_user_mention` rule sent to clients.
Fix a bug in push rules handling leading to an invalid (per spec) `is_user_mention` rule sent to clients. Also fix wrong rule names for `is_user_mention` and `is_room_mention`.
1 change: 0 additions & 1 deletion tests/rest/client/test_push_rule_attrs.py
Expand Up @@ -413,7 +413,6 @@ def test_actions_404_when_put_non_existent_server_rule(self) -> None:
self.assertEqual(channel.code, 404)
self.assertEqual(channel.json_body["errcode"], Codes.NOT_FOUND)


def test_contains_user_name(self) -> None:
"""
Tests that `contains_user_name` rule is present and have proper value in `pattern`.
Expand Down

0 comments on commit 986ac83

Please sign in to comment.