From 1134b0cf7779e0eb9343f07319a560e4615cdf80 Mon Sep 17 00:00:00 2001 From: notfire Date: Thu, 27 Feb 2025 10:17:59 -0500 Subject: [PATCH] add info on fork changes to readme --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ac09c69..a94485d4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,23 @@ -This is a *minimally modified* branch of Akkoma-FE intended to fix a handful of small issues that cannot be fixed in the backend alone. +## notfire's modified version of [akkoma-fe for iceshrimp.net](https://iceshrimp.dev/iceshrimp/akkoma-fe) with some personal qol stuff -Before attempting to fix something in here, please check if it's possible to cleanly fix it just in the backend alone. +## list of changes in this fork: +- additional confirmations for: + - post visibility (choose direct, private, unlisted, public, local) + - posting with an attachment marked sensitive but no cw +- biting: + - users + - notes + - notification support for both +- make boosts follow default visibility +- notification sounds: + - disabled by default, includes the misskey notif sound if enabled + - custom ones (overriding the default) that can be randomly picked from + - custom ones for certain users + - volume controls for all sounds individually +- rename "repeats" to "boosts" +- raise limits: + - polls can now have up to 20 options instead of 4 + - polls can now last anywhere from 1 second to 1000 yearss ---