mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-17 19:23:26 +00:00
签到通知开关
This commit is contained in:
parent
c21cb25eac
commit
8d89ed6f35
@ -123,7 +123,7 @@ class PublicController extends AbstractController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
if ($creates) {
|
if ($creates && $setting['notice'] === 'open') {
|
||||||
$botUser = User::botGetOrCreate('check-in');
|
$botUser = User::botGetOrCreate('check-in');
|
||||||
if ($botUser) {
|
if ($botUser) {
|
||||||
foreach ($creates as $create) {
|
foreach ($creates as $create) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user