Remove symmetric ratchet messages

This commit is contained in:
Jazz Turner-Baggs 2025-11-24 19:50:59 -08:00
parent 0a7e506026
commit 60f81d1e3e
No known key found for this signature in database

View File

@ -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
)