From 5cbbf864b04daba00e9444675a1e21a403ae1792 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 11 Nov 2021 23:20:40 +0000 Subject: [PATCH] Return to default timeline --- daemon.py | 3 ++- webapp_post.py | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/daemon.py b/daemon.py index 75c901652..87909d1f3 100644 --- a/daemon.py +++ b/daemon.py @@ -8352,7 +8352,8 @@ class PubServer(BaseHTTPRequestHandler): self.server.maxLikeCount, self.server.signingPrivateKeyPem, self.server.CWlists, - self.server.listsEnabled) + self.server.listsEnabled, + self.server.defaultTimeline) msg = msg.encode('utf-8') msglen = len(msg) self._set_headers('text/html', msglen, diff --git a/webapp_post.py b/webapp_post.py index af09f6975..5a176085f 100644 --- a/webapp_post.py +++ b/webapp_post.py @@ -2195,7 +2195,8 @@ def htmlEmojiReactionPicker(cssCache: {}, allowLocalNetworkAccess: bool, themeName: str, systemLanguage: str, maxLikeCount: int, signingPrivateKeyPem: str, - CWlists: {}, listsEnabled: str) -> str: + CWlists: {}, listsEnabled: str, + defaultTimeline: str) -> str: """Returns the emoji picker screen """ reactedToPostStr = \ @@ -2255,7 +2256,7 @@ def htmlEmojiReactionPicker(cssCache: {}, # banner headerStr += \ '
\n' + \ - '\n' headerStr += '