mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
mod_stream_mgmt: Remove outdated TODO comment
The CSI queue is now flushed from mod_client_state.
This commit is contained in:
parent
9bd099013f
commit
0760c7273c
@ -405,8 +405,6 @@ handle_resume(#{user := User, lserver := LServer, sockmod := SockMod,
|
||||
previd = AttrId}),
|
||||
State3 = resend_unacked_stanzas(State2),
|
||||
State4 = send(State3, #sm_r{xmlns = AttrXmlns}),
|
||||
%% TODO: move this to mod_client_state
|
||||
%% csi_flush_queue(State4),
|
||||
State5 = ejabberd_hooks:run_fold(c2s_session_resumed, LServer, State4, []),
|
||||
?INFO_MSG("(~s) Resumed session for ~s",
|
||||
[SockMod:pp(Socket), jid:encode(JID)]),
|
||||
|
Loading…
Reference in New Issue
Block a user