pushHistory를 DB기반으로 변경
This commit is contained in:
@@ -137,7 +137,7 @@ function acceptScout($messageInfo, $general, $msgResponse){
|
||||
pushGenLog($me, $mylog);
|
||||
pushGenLog($you, $youlog);
|
||||
pushAllLog($alllog);
|
||||
pushHistory($alllog);
|
||||
pushHistory($alllog, $year, $month);
|
||||
|
||||
return [true, 'success'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user