Olivier Brand
Olivier Brand

Reputation: 121

Glassware Starter Java Edition NotifyServlet never called

Deployed the java edition of the glassware starter project in GAE. All works fine. When I subscribe to timeline collection changes and publish a text update using the default starter project UI, the NotifyServlet is not called. Any idea what is going on?

Upvotes: 1

Views: 61

Answers (1)

mimming
mimming

Reputation: 13954

You do not receive updates about changes you make to the timeline.

Subscribing to updates to the timeline collection triggers a notification when your user causes a chance to a timeline item via an interaction with Glass. If you make the change programmatically via the Mirror API, you will not be notified since it's assumed you already know.

Upvotes: 1

Related Questions