5

我试图传递假,但它似乎没有做任何事情。无论如何,我真正想要的是未读/看不见。在这一点上,它主要用于测试目的,但我可以看到这成为我们系统中的一个功能。

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);
4

1 回答 1

5

Stream 的最新 API (v1.0) 目前不支持将活动标记为未读或未见

于 2016-03-16T07:58:15.017 回答