summaryrefslogtreecommitdiff
path: root/Presence/Presence.hs
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2018-12-08 23:30:48 -0500
committerJoe Crayne <joe@jerkface.net>2018-12-16 14:08:26 -0500
commit0dd2f5e5d078b735760e097df4204f9778bb193d (patch)
treea752a8f9e97e1aac44b641c928e8d7d32a7178d9 /Presence/Presence.hs
parentdf6292eef942c11b9ac58b337f29641dae404116 (diff)
Integrated cli interface to TCP Kademlia table.
Diffstat (limited to 'Presence/Presence.hs')
-rw-r--r--Presence/Presence.hs2
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