mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Don't propagate downstream already handled message
This commit is contained in:
parent
28b1d88772
commit
8b300d734b
@ -251,7 +251,7 @@ c2s_handle_info(#{jid := JID} = State, {_Ref, {resume, OldState}}) ->
|
||||
?DEBUG("Received old session state for ~s after failed resumption",
|
||||
[jid:encode(JID)]),
|
||||
route_unacked_stanzas(OldState#{mgmt_resend => false}),
|
||||
State;
|
||||
{stop, State};
|
||||
c2s_handle_info(State, _) ->
|
||||
State.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user