Add missing '/' for jid matching from commit e300f80

This commit is contained in:
Christophe Romain 2016-07-06 10:06:17 +02:00
parent be3a4acb55
commit de9f80f2ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 ->