Made ajax/comet client fallback work correctly in the new framework.

This commit is contained in:
Griatch 2016-02-14 13:29:41 +01:00
parent 83570848d6
commit 166189a7a5
7 changed files with 168 additions and 108 deletions

View file

@ -419,4 +419,4 @@ class OOBHandler(TickerHandler):
for key, stored in self.oob_monitor_storage.items() if key[1] == sessid]
# access object
INPUT_HANDLER = OOBHandler()
MONITOR_HANDLER = OOBHandler()