From d0084231c7b527dcac812c543d60d25f92e58212 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 8 Aug 2013 19:33:03 +0300 Subject: [PATCH] User-list stub --- ajax/otpoll.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ajax/otpoll.php b/ajax/otpoll.php index 940ea253..b23d3568 100644 --- a/ajax/otpoll.php +++ b/ajax/otpoll.php @@ -57,6 +57,8 @@ try{ case 'join-session': $response = "true"; // should fail when session is non-existent break; + case 'user-list': + break; case 'sync-ops': $seqHead = $request->getParam('args/seq_head'); if (!is_null($seqHead)){