Formatting ...
This commit is contained in:
parent
6d3c82e54e
commit
6cd7215d87
|
@ -86,8 +86,7 @@ class Notifications extends BaseApi
|
||||||
|
|
||||||
if (!in_array('mention', $exclude_types)) {
|
if (!in_array('mention', $exclude_types)) {
|
||||||
$condition['type'] = array_merge($condition['type'],
|
$condition['type'] = array_merge($condition['type'],
|
||||||
[Notification\Type::WALL, Notification\Type::COMMENT, Notification\Type::MAIL,
|
[Notification\Type::WALL, Notification\Type::COMMENT, Notification\Type::MAIL, Notification\Type::TAG_SELF, Notification\Type::POKE]);
|
||||||
Notification\Type::TAG_SELF, Notification\Type::POKE]);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!in_array('status', $exclude_types)) {
|
if (!in_array('status', $exclude_types)) {
|
||||||
|
|
Loading…
Reference in a new issue