Formatting ...

This commit is contained in:
Michael 2021-05-09 12:04:00 +00:00
parent 6d3c82e54e
commit 6cd7215d87
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ class Notifications extends BaseApi
if (!in_array('mention', $exclude_types)) {
$condition['type'] = array_merge($condition['type'],
[Notification\Type::WALL, Notification\Type::COMMENT, Notification\Type::MAIL,
Notification\Type::TAG_SELF, Notification\Type::POKE]);
[Notification\Type::WALL, Notification\Type::COMMENT, Notification\Type::MAIL, Notification\Type::TAG_SELF, Notification\Type::POKE]);
}
if (!in_array('status', $exclude_types)) {