snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 90c15ea21216269d9292ea18c638283ce46777e6
parent 6fb0b9c0d07aff98626b9fbee4c28e050fe4acc3
Author: default <nobody@localhost>
Date:   Sat, 23 Mar 2024 07:52:09 +0100

Updated RELEASE_NOTES.

Diffstat:
MRELEASE_NOTES.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 2.51 + +Fixed a bug that caused some notifications to be lost when coming from a user in the same instance. + ## 2.50 Incoming posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the `filter_reject.txt` file at the server base directory; see `snac(5)` and `snac(8)`).