1
0
Fork 0
nixos-config/overlays/mastodon-digest/all-posts.patch

14 lines
253 B
Diff
Raw Normal View History

2023-01-15 23:30:51 +00:00
diff --git a/thresholds.py b/thresholds.py
index 8d7f114..0802ff6 100644
--- a/thresholds.py
+++ b/thresholds.py
2023-01-16 02:06:03 +00:00
@@ -11,6 +11,8 @@ if TYPE_CHECKING:
2023-01-15 23:30:51 +00:00
class Threshold(Enum):
2023-01-16 02:06:03 +00:00
+ ALL = 0
+ HALF = 50
2023-01-15 23:30:51 +00:00
LAX = 90
NORMAL = 95
STRICT = 98