您可以将通知标记为未看到和未阅读吗?
Can you mark notifications as NOT seen and NOT read?
我试图通过 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);
Stream 的最新 API (v1.0) 目前不支持将活动标记为未读或未见
我试图通过 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);
Stream 的最新 API (v1.0) 目前不支持将活动标记为未读或未见