urlock-py icon indicating copy to clipboard operation
urlock-py copied to clipboard

Message Sending Example Fails After Graph-Store Update

Open robkorn opened this issue 4 years ago • 0 comments

In the root readme of the repo an example is provided for sending a message using urlock-py.

...

p = zod.poke("zod", "chat-hook", "json", {"message": {"path": "/~/~zod/mc",
                                                      "envelope": {"uid": uid,
                                                                   "number": 1,
                                                                   "author": "~zod",
                                                                   "when": int(time.time() * 1000),
                                                                   "letter": {"text": "hello world!"}}}})
...

This does not work anymore after the graph-store update.

robkorn avatar Jan 09 '21 16:01 robkorn