Skip to content

Commit ee76799

Browse files
committed
v2.3.1
1 parent ed9a14b commit ee76799

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1212
and this project adheres to
1313
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1414

15-
## [v2.3.0] - 2025-05-21
15+
## [v2.3.1] - 2025-05-29
16+
17+
### Fixed
18+
19+
- `RoomTakedownProtection` would fail to creat a notification room if it the
20+
homeserver at any point failed to invite remote users. We invite users to the
21+
room separately.
22+
23+
- `RoomTakedownProtection` would invite non joined members of the mangagement
24+
room to the newly created notification room. Including left and banned users.
25+
26+
## [v2.3.0] - 2025-05-29
1627

1728
This update stabilizes several features for
1829
[homeserver administrators](https://the-draupnir-project.github.io/draupnir-documentation/bot/homeserver-administration)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draupnir",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "A moderation tool for Matrix",
55
"main": "lib/index.js",
66
"repository": "https://github.com/the-draupnir-project/Draupnir.git",

0 commit comments

Comments
 (0)