mod_pep: Note which subscriptions are presence based as subscription option

This commit is contained in:
Kim Alvefur 2018-08-05 01:56:36 +02:00
parent e657c53e5a
commit b57ae7dc18

View file

@ -353,7 +353,7 @@ local function update_subscriptions(recipient, service_name, nodes)
end
for node in nodes - current do
service:add_subscription(node, recipient, recipient);
service:add_subscription(node, recipient, recipient, { presence = true });
resend_last_item(recipient, node, service);
end