$Configuration['ENABLE_WHISPERS'] = 1;
You have been whispered in the following discussions: my event in new york (XNew)
// For Whispernotification $Context->Dictionary['XNew'] = '//1 new';
Comments
$Configuration['ENABLE_WHISPERS'] = 1;
Found a small bug too. Every whisper notification showed up as: Note the XNew.
The 'XNew' definition is missing from the add-on (and cannot be located in the English language)
Quick fix: add it to your conf/language.php as follows:
// For Whispernotification $Context->Dictionary['XNew'] = '//1 new';