diff --git a/src/node_buddy.erl b/src/node_buddy.erl index 1ebef4e15..aeacacda1 100644 --- a/src/node_buddy.erl +++ b/src/node_buddy.erl @@ -65,7 +65,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, never}, {deliver_notifications, true}, - {presence_based_delivery, false}]. + {presence_based_delivery, false}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_club.erl b/src/node_club.erl index a7ef35bd3..64eff7791 100644 --- a/src/node_club.erl +++ b/src/node_club.erl @@ -65,7 +65,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, never}, {deliver_notifications, true}, - {presence_based_delivery, false}]. + {presence_based_delivery, false}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_dispatch.erl b/src/node_dispatch.erl index f9bfaf4f2..178292d31 100644 --- a/src/node_dispatch.erl +++ b/src/node_dispatch.erl @@ -71,7 +71,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, never}, {deliver_notifications, true}, - {presence_based_delivery, false}]. + {presence_based_delivery, false}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_flat.erl b/src/node_flat.erl index 3687bb640..c2efe3e12 100644 --- a/src/node_flat.erl +++ b/src/node_flat.erl @@ -84,7 +84,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, on_sub_and_presence}, {deliver_notifications, true}, - {presence_based_delivery, false}]. + {presence_based_delivery, false}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_mb.erl b/src/node_mb.erl index 1213805c4..0bfb51ecc 100644 --- a/src/node_mb.erl +++ b/src/node_mb.erl @@ -78,7 +78,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, on_sub_and_presence}, {deliver_notifications, true}, - {presence_based_delivery, true}]. + {presence_based_delivery, true}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_mix.erl b/src/node_mix.erl index b0410a8c3..b57d58493 100644 --- a/src/node_mix.erl +++ b/src/node_mix.erl @@ -52,7 +52,8 @@ options() -> {send_last_published_item, never}, {deliver_notifications, true}, {broadcast_all_resources, true}, - {presence_based_delivery, false}]. + {presence_based_delivery, false}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_mix_sql.erl b/src/node_mix_sql.erl index 45d471d08..b5b9a94eb 100644 --- a/src/node_mix_sql.erl +++ b/src/node_mix_sql.erl @@ -52,7 +52,8 @@ options() -> {send_last_published_item, never}, {deliver_notifications, true}, {broadcast_all_resources, true}, - {presence_based_delivery, false}]. + {presence_based_delivery, false}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_online.erl b/src/node_online.erl index 1e9e29533..ea492fc85 100644 --- a/src/node_online.erl +++ b/src/node_online.erl @@ -76,7 +76,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, on_sub_and_presence}, {deliver_notifications, true}, - {presence_based_delivery, true}]. + {presence_based_delivery, true}, + {itemreply, none}]. features() -> node_flat:features(). diff --git a/src/node_pep.erl b/src/node_pep.erl index da0325396..2ac4da627 100644 --- a/src/node_pep.erl +++ b/src/node_pep.erl @@ -72,7 +72,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, on_sub_and_presence}, {deliver_notifications, true}, - {presence_based_delivery, true}]. + {presence_based_delivery, true}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_private.erl b/src/node_private.erl index de80d870f..79dc5ed81 100644 --- a/src/node_private.erl +++ b/src/node_private.erl @@ -65,7 +65,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, never}, {deliver_notifications, false}, - {presence_based_delivery, false}]. + {presence_based_delivery, false}, + {itemreply, none}]. features() -> [<<"create-nodes">>, diff --git a/src/node_public.erl b/src/node_public.erl index df4f1c080..cdb8abca3 100644 --- a/src/node_public.erl +++ b/src/node_public.erl @@ -65,7 +65,8 @@ options() -> {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, never}, {deliver_notifications, true}, - {presence_based_delivery, false}]. + {presence_based_delivery, false}, + {itemreply, none}]. features() -> [<<"create-nodes">>,