Bookmarks feed

main
Bob Mottram 2020-08-25 22:55:38 +01:00
parent ca5bac3816
commit 309cc6111c
1 changed files with 1 additions and 1 deletions

View File

@ -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',