Error text

merge-requests/30/head
Bob Mottram 2024-02-15 21:45:35 +00:00
parent 7626f6eaf1
commit bc94befc37
1 changed files with 2 additions and 1 deletions

View File

@ -13249,7 +13249,8 @@ class PubServer(BaseHTTPRequestHandler):
pjo = post_json_object
if not is_public_post(pjo):
# only public posts may be viewed by unauthorized viewers
self._401()
self._401('only public posts ' +
'may be viewed by unauthorized viewers')
self.server.getreq_busy = False
return True
remove_post_interactions(pjo, True)