summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2018-06-21 17:47:54 -0400
committerjoe <joe@jerkface.net>2018-06-21 17:47:54 -0400
commitefa0cec1aaa1aad9b66f2bfccc6b70b2093364a8 (patch)
tree3facfd7c4c0cf6f6d575044515574c1f11515029
parent5a98b17cae0b612b303abcfe39618d580e9f925f (diff)
Fixed wrong-key bug in automatic dht-key sharing via xmpp.
-rw-r--r--ToxToXMPP.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ToxToXMPP.hs b/ToxToXMPP.hs
index 804f1db3..f23f964c 100644
--- a/ToxToXMPP.hs
+++ b/ToxToXMPP.hs
@@ -225,7 +225,7 @@ startConnecting0 tx them contact = do
225 , friendRequestText = mempty 225 , friendRequestText = mempty
226 } 226 }
227 sendMessage tr route (pub,Tox.OnionFriendRequest fr) 227 sendMessage tr route (pub,Tox.OnionFriendRequest fr)
228 scheduleSearch announcer akey meth pub 228 scheduleSearch announcer akey meth them
229 229
230startConnecting :: ToxToXMPP -> PublicKey -> IO () 230startConnecting :: ToxToXMPP -> PublicKey -> IO ()
231startConnecting tx them = do 231startConnecting tx them = do