mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:50:12 +00:00
Merge remote-tracking branch 'upstream/develop' into onepoll
This commit is contained in:
commit
f988ed5d15
16 changed files with 86 additions and 213 deletions
|
@ -158,7 +158,7 @@ Class Cron {
|
|||
FROM `user`
|
||||
STRAIGHT_JOIN `contact`
|
||||
ON `contact`.`uid` = `user`.`uid` AND `contact`.`rel` IN (%d, %d) AND `contact`.`poll` != ''
|
||||
AND `contact`.`network` IN ('%s', '%s', '%s', '%s', '%s', '%s') $sql_extra
|
||||
AND `contact`.`network` IN ('%s', '%s', '%s', '%s', '%s') $sql_extra
|
||||
AND NOT `contact`.`self` AND NOT `contact`.`blocked` AND NOT `contact`.`readonly`
|
||||
AND NOT `contact`.`archive`
|
||||
WHERE NOT `user`.`account_expired` AND NOT `user`.`account_removed` $abandon_sql",
|
||||
|
@ -168,8 +168,7 @@ Class Cron {
|
|||
dbesc(NETWORK_OSTATUS),
|
||||
dbesc(NETWORK_DIASPORA),
|
||||
dbesc(NETWORK_FEED),
|
||||
dbesc(NETWORK_MAIL),
|
||||
dbesc(NETWORK_MAIL2)
|
||||
dbesc(NETWORK_MAIL)
|
||||
);
|
||||
|
||||
if (!DBM::is_result($contacts)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue