From e9e5dc5a40926e5320cb131b035c46b1e1b0bd59 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:32:17 +0000 Subject: [feature] add support for polls + receiving federated status edits (#2330) --- test/envparsing.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/envparsing.sh b/test/envparsing.sh index f4bac4ac8..5943b741f 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -43,6 +43,9 @@ EXPECT=$(cat << "EOF" "memory-target": 104857600, "mention-mem-ratio": 2, "notification-mem-ratio": 2, + "poll-mem-ratio": 1, + "poll-vote-ids-mem-ratio": 2, + "poll-vote-mem-ratio": 2, "report-mem-ratio": 1, "status-fave-ids-mem-ratio": 3, "status-fave-mem-ratio": 2, -- cgit v1.2.3