Clear screen before post

merge-requests/30/head
Bob Mottram 2020-09-28 15:44:32 +01:00
parent 4d7be05ffe
commit 5b3d674886
1 changed files with 5 additions and 1 deletions

View File

@ -9334,7 +9334,11 @@ class PubServer(BaseHTTPRequestHandler):
else:
privateEvent = True
self._showSendingScreen(authorized, callingDomain)
# self._showSendingScreen(authorized, callingDomain)
self._clearSendingScreen(authorized,
self.server.defaultTimeline,
self.path, callingDomain,
cookie)
if postType == 'newpost':
messageJson = \