mirror of
https://github.com/logos-messaging/logos-messaging-nim-compose.git
synced 2026-05-28 15:29:31 +00:00
fix: timestamp must be passed
This commit is contained in:
parent
35e74ca8e4
commit
a8e7e4ecbc
@ -59,7 +59,7 @@ curl http://127.0.0.1:8645/debug/v1/info
|
|||||||
```
|
```
|
||||||
curl -X POST "http://127.0.0.1:8645/relay/v1/auto/messages" \
|
curl -X POST "http://127.0.0.1:8645/relay/v1/auto/messages" \
|
||||||
-H "content-type: application/json" \
|
-H "content-type: application/json" \
|
||||||
-d '{"payload":"'$(echo -n "Hello Waku Network - from Anonymous User" | base64)'","contentTopic":"/my-app/2/chatroom-1/proto"}'
|
-d '{"payload":"'$(echo -n "Hello Waku Network - from Anonymous User" | base64)'","contentTopic":"/my-app/2/chatroom-1/proto","timestamp":$(date +%s%N)}'
|
||||||
```
|
```
|
||||||
|
|
||||||
**Get messages sent to a `contentTopic`**. Note that any store node in the network is used to reply.
|
**Get messages sent to a `contentTopic`**. Note that any store node in the network is used to reply.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user