Skip to content

Commit

Permalink
Add missing '/' for jid matching from commit e300f80
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Romain committed Jul 6, 2016
1 parent be3a4ac commit de9f80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_flat_sql.erl
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ get_entity_subscriptions_for_send_last(Host, Owner) ->
H = encode_host(Host),
SJ = encode_jid(SubKey),
GJ = encode_jid(GenKey),
GJLike = <<(encode_jid_like(GenKey))/binary, "%">>,
GJLike = <<(encode_jid_like(GenKey))/binary, "/%">>,
Query =
case SubKey of
GenKey ->
Expand Down

0 comments on commit de9f80f

Please sign in to comment.