From b4770612cd6bb3f6f923104f2f74551c58fbb0d2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 17 Nov 2022 19:17:09 +0000 Subject: [PATCH] Set max emoji --- daemon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon.py b/daemon.py index aabddd30a..53a545e3f 100644 --- a/daemon.py +++ b/daemon.py @@ -22205,6 +22205,7 @@ def run_daemon(map_format: str, create_initial_last_seen(base_dir, http_prefix) httpd.max_mentions = max_mentions + httpd.max_emoji = max_emoji print('THREAD: Creating inbox queue') httpd.thrInboxQueue = \