Move Notify::TYPE_COMMENT
This commit is contained in:
parent
b86ad37001
commit
e6fb044e60
5 changed files with 11 additions and 10 deletions
|
|
@ -752,7 +752,7 @@ function item_post(App $a) {
|
|||
if ($toplevel_item_id) {
|
||||
if ($contact_record != $author) {
|
||||
notification([
|
||||
'type' => NOTIFY_COMMENT,
|
||||
'type' => Type::COMMENT,
|
||||
'notify_flags' => $user['notify-flags'],
|
||||
'language' => $user['language'],
|
||||
'to_name' => $user['username'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue