mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 00:45:14 +02:00
Move Notify::TYPE_MAIL
This commit is contained in:
parent
e6fb044e60
commit
9435cc4b88
8 changed files with 11 additions and 8 deletions
|
@ -405,7 +405,7 @@ function ping_get_notifications($uid)
|
|||
AND $seensql `notify`.`seen` ORDER BY `notify`.`date` $order LIMIT %d, 50",
|
||||
intval($uid),
|
||||
intval(Type::INTRO),
|
||||
intval(NOTIFY_MAIL),
|
||||
intval(Type::MAIL),
|
||||
intval($offset)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue