mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-01-09 09:33:12 +00:00
Remove symmetric ratchet messages
This commit is contained in:
parent
0a7e506026
commit
60f81d1e3e
@ -57,10 +57,10 @@ proc main() {.async.} =
|
||||
echo fmt" ------> Raya :: from:{msg.sender} " & getContent(msg.content)
|
||||
await sleepAsync(500)
|
||||
discard await convo.sendMessage(raya.ds, initTextFrame("Pong" & $ri).toContentFrame())
|
||||
await sleepAsync(800)
|
||||
discard await convo.sendMessage(raya.ds, initTextFrame("Pong" & $ri).toContentFrame())
|
||||
await sleepAsync(500)
|
||||
discard await convo.sendMessage(raya.ds, initTextFrame("Pong" & $ri).toContentFrame())
|
||||
# await sleepAsync(800)
|
||||
# discard await convo.sendMessage(raya.ds, initTextFrame("Pong" & $ri).toContentFrame())
|
||||
# await sleepAsync(500)
|
||||
# discard await convo.sendMessage(raya.ds, initTextFrame("Pong" & $ri).toContentFrame())
|
||||
inc ri
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user