target_summary 지정 기능

This commit is contained in:
Lastorder 2024-07-01 18:33:16 +09:00 committed by GitHub
parent b864effa4d
commit afa0388ae2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,7 @@ class NcenterliteController extends Ncenterlite
if (is_object($message))
{
$args->target_summary = $message->summary ?? '';
$args->target_body = $message->subject ?? '';
$args->target_url = empty($message->url) ? $args->target_url : $message->url;
$args->extra_content = $message->content ?? '';