Skip to content

Commit

Permalink
Revert "Recover fix of 907e239 lost in 9deb294 (thanks to Alexey Shch…
Browse files Browse the repository at this point in the history
…epin)" (#1183)

This reverts commit 53f3a45.
  • Loading branch information
badlop committed Jul 6, 2016
1 parent 4220a2b commit 12c0d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_offline.erl
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ get_messages_subset(User, Host, MsgsAll) ->
fun(A) when is_atom(A) -> A end,
max_user_offline_messages),
MaxOfflineMsgs = case get_max_user_messages(Access,
{User, Host}, Host)
User, Host)
of
Number when is_integer(Number) -> Number;
_ -> 100
Expand Down

0 comments on commit 12c0d88

Please sign in to comment.