snac2

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

commit 580299bca54a0fe1d3d355e83e6244d92ff3e326
parent aa95a45a7f0e5d98f673b782821163081a491f43
Author: default <nobody@localhost>
Date:   Sun,  5 May 2024 09:42:13 +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 @@ -14,6 +14,8 @@ Added a header to avoid over-zealous caching in some browsers (contributed by lo Added support for running and federating inside hidden networks like Tor, I2P or Loki (contributed by iwojima). +Fixed an error processing polls coming from Pleroma instances. + ## 2.51 Support for custom Emojis has been added; they are no longer hardcoded, but read from the `emojis.json` file at the server base directory. Also, they are no longer limited to string substitutions, but images as external URLs are also supported (see `snac(8)` for more information).