bring back birthdays

This commit is contained in:
friendica
2014-06-02 17:49:19 -07:00
parent 576c36c56f
commit 2386bc4d00
5 changed files with 77 additions and 11 deletions

View File

@@ -123,6 +123,8 @@ function poller_run($argv, $argc){
}
update_birthdays();
// expire any read notifications over a month old
q("delete from notify where seen = 1 and date < UTC_TIMESTAMP() - INTERVAL 30 DAY");