mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
쪽지를 읽어도 알림이 사라지지않는 문제수정
This commit is contained in:
parent
9bf5daf180
commit
dd91f177c3
1 changed files with 2 additions and 0 deletions
|
|
@ -773,7 +773,9 @@ class communicationController extends communication
|
|||
$output = executeQuery('communication.setMessageReaded', $args);
|
||||
|
||||
// Update flag file
|
||||
$logged_info = Context::get('logged_info');
|
||||
$this->updateFlagFile($logged_info->member_srl);
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue