我试图传递 false 但它似乎没有做任何事情。无论如何,我真正想要的是未读/未见。此时它主要用于测试目的,但我可以看到这成为我们系统中的一个功能。
mark_read Comma separated list of activity ids to mark as read, or boolean true
mark_seen Comma separated list of activity ids to mark as seen, or boolean true
$results = $notification_feed->getActivities(0, 10, $options);
Run Code Online (Sandbox Code Playgroud)