Exclude information notifications.
This commit is contained in:
parent
fada1ba067
commit
30470d4816
|
@ -344,12 +344,14 @@ Server::ImMessage(BMessage* msg)
|
|||
CayaProtocolAddOn* addOn
|
||||
= ProtocolManager::Get()->ProtocolAddOn(protocol);
|
||||
|
||||
#if 0
|
||||
BNotification notification((notification_type)type);
|
||||
notification.SetGroup(BString("Caya"));
|
||||
notification.SetTitle(title);
|
||||
notification.SetIcon(addOn->Icon());
|
||||
notification.SetContent(message);
|
||||
notification.Send();
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Ŝarĝante…
Reference in New Issue