diff options
author | Joe Crayne <joe@jerkface.net> | 2018-12-08 23:30:48 -0500 |
---|---|---|
committer | Joe Crayne <joe@jerkface.net> | 2018-12-16 14:08:26 -0500 |
commit | 0dd2f5e5d078b735760e097df4204f9778bb193d (patch) | |
tree | a752a8f9e97e1aac44b641c928e8d7d32a7178d9 /Presence | |
parent | df6292eef942c11b9ac58b337f29641dae404116 (diff) |
Integrated cli interface to TCP Kademlia table.
Diffstat (limited to 'Presence')
-rw-r--r-- | Presence/Presence.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Presence/Presence.hs b/Presence/Presence.hs index f8a18388..8cdd1cdc 100644 --- a/Presence/Presence.hs +++ b/Presence/Presence.hs | |||
@@ -745,7 +745,7 @@ deliverMessage state fail msg = | |||
745 | deliverToConsole state fail msg' | 745 | deliverToConsole state fail msg' |
746 | else do | 746 | else do |
747 | forM_ chans $ \(from',Conn { connChan=chan}) -> do | 747 | forM_ chans $ \(from',Conn { connChan=chan}) -> do |
748 | -- TODO: Cloning isn't really neccessary unless there are multiple | 748 | -- TODO: Cloning isn't really necessary unless there are multiple |
749 | -- destinations and we should probably transition to minimal cloning, | 749 | -- destinations and we should probably transition to minimal cloning, |
750 | -- or else we should distinguish between announcable stanzas and | 750 | -- or else we should distinguish between announcable stanzas and |
751 | -- consumable stanzas and announcables use write-only broadcast | 751 | -- consumable stanzas and announcables use write-only broadcast |