From 309cc6111c814139f08be328905db85124cd430a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 25 Aug 2020 22:55:38 +0100 Subject: [PATCH] Bookmarks feed --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index c2e27421..8af19676 100644 --- a/daemon.py +++ b/daemon.py @@ -4801,7 +4801,7 @@ class PubServer(BaseHTTPRequestHandler): else: # don't need authenticated fetch here because # there is already the authorization check - msg = json.dumps(inboxFeed, + msg = json.dumps(bookmarksFeed, ensure_ascii=False) msg = msg.encode('utf-8') self._set_headers('application/json',