Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您将活动发布到 getstream 上的提要时,该活动会在您获取该提要时立即返回。有没有办法安排活动,以便您设置未来日期,并且在该未来日期过去之后,GET 请求才会返回活动。
这是不可能的,您只能在客户端执行此操作(例如过滤活动activity.visible_at < now)或在将来安排 POST 请求。
activity.visible_at < now