Skip to content

Commit

Permalink
mod_mam: hook save_session_store with higher priority. (Fixes #46)
Browse files Browse the repository at this point in the history
  • Loading branch information
maranda committed Nov 29, 2013
1 parent 8a34eb6 commit 151a74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metronome.release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.5
3.1.6
2 changes: 1 addition & 1 deletion plugins/mam/mod_mam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function module.unload()
end
end

module:hook("pre-resource-unbind", save_session_store);
module:hook("pre-resource-unbind", save_session_store, 30);
module:hook("resource-bind", initialize_session_store);

module:hook("message/bare", process_inbound_messages, 30);
Expand Down

0 comments on commit 151a74b

Please sign in to comment.