mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
유저알림 설정에 스크랩 추천 대댓글 알림도 설정옵션 추가
This commit is contained in:
parent
4aec371983
commit
72526438c8
7 changed files with 86 additions and 6 deletions
|
|
@ -31,8 +31,11 @@ class ncenterliteController extends ncenterlite
|
|||
$args = new stdClass();
|
||||
$args->member_srl = $member_srl;
|
||||
$args->comment_notify = $obj->comment_notify;
|
||||
$args->comment_comment_notify = $obj->comment_comment_notify;
|
||||
$args->mention_notify = $obj->mention_notify;
|
||||
$args->message_notify = $obj->message_notify;
|
||||
$args->vote_notify = $obj->vote_notify;
|
||||
$args->scrap_notify = $obj->scrap_notify;
|
||||
|
||||
if(!$user_config->data)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue