Other way around

main
Bob Mottram 2021-11-11 22:18:36 +00:00
parent 29f12dc4a4
commit 10492d9268
1 changed files with 1 additions and 1 deletions

View File

@ -14958,7 +14958,7 @@ class PubServer(BaseHTTPRequestHandler):
self.server.debug)
# emoji recation from the web interface bottom icon
if authorized and htmlGET and '?reactsel=' in self.path:
if authorized and htmlGET and '?selreact=' in self.path:
self._reactionPicker(callingDomain, self.path,
self.server.baseDir,
self.server.httpPrefix,