Do not update session for long polling.
This commit is contained in:
parent
8b16a5a7b8
commit
e684568e61
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
|
# Copyright (C) 2012-2013 Zammad Foundation, http://zammad-foundation.org/
|
||||||
|
|
||||||
class LongPollingController < ApplicationController
|
class LongPollingController < ApplicationController
|
||||||
|
skip_filter :session_update
|
||||||
|
|
||||||
# GET /api/v1/message_send
|
# GET /api/v1/message_send
|
||||||
def message_send
|
def message_send
|
||||||
|
|
Loading…
Reference in a new issue