snac2

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

commit b8975b472d5668a8f56347077ff7262ef21be2cb
parent d2585b61fb10b0c2ffcc9ad115580b1f764b4586
Author: default <nobody@localhost>
Date:   Mon,  1 Apr 2024 01:30:08 +0200

Updated RELEASE_NOTES.

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

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md @@ -6,6 +6,8 @@ Support for custom Emojis has been added; they are no longer hardcoded, but read Fixed a bug that caused some notifications to be lost when coming from a user in the same instance. +Added an additional check for blocked instances. + ## 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)`).