mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
Merge pull request #366 from weiss/remove-unused-field
Remove unused field from ejabberd_c2s #state
This commit is contained in:
commit
865509757c
@ -100,7 +100,7 @@
|
||||
pres_t = ?SETS:new(),
|
||||
pres_f = ?SETS:new(),
|
||||
pres_a = ?SETS:new(),
|
||||
pres_last, pres_pri,
|
||||
pres_last,
|
||||
pres_timestamp,
|
||||
privacy_list = #userlist{},
|
||||
conn = unknown,
|
||||
@ -3004,7 +3004,6 @@ inherit_session_state(#state{user = U, server = S} = StateData, ResumeID) ->
|
||||
pres_f = OldStateData#state.pres_f,
|
||||
pres_a = OldStateData#state.pres_a,
|
||||
pres_last = OldStateData#state.pres_last,
|
||||
pres_pri = OldStateData#state.pres_pri,
|
||||
pres_timestamp = OldStateData#state.pres_timestamp,
|
||||
privacy_list = OldStateData#state.privacy_list,
|
||||
aux_fields = OldStateData#state.aux_fields,
|
||||
|
Loading…
Reference in New Issue
Block a user