diff options
Diffstat (limited to 'src/node_online.erl')
| -rw-r--r-- | src/node_online.erl | 3 |
1 files changed, 2 insertions, 1 deletions
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(). |
