Don't forward SendNotifications messages to non-local zones

refs #9242
This commit is contained in:
Gunnar Beutner 2016-06-13 10:48:59 +02:00
parent 8808e709c9
commit cb01f96dad
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ void ClusterEvents::SendNotificationsHandler(const Checkable::Ptr& checkable, No
params->Set("author", author);
params->Set("text", text);
listener->RelayMessage(origin, checkable, message, true);
listener->RelayMessage(origin, ConfigObject::Ptr(), message, true);
}
Value ClusterEvents::SendNotificationsAPIHandler(const MessageOrigin::Ptr& origin, const Dictionary::Ptr& params)