我试图通过 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) 目前不支持将事件标记为未读或未见
关于getstream-io - 您可以将通知标记为未看到和未读吗?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36022789/