diff options
author | joe <joe@jerkface.net> | 2018-06-21 17:47:54 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2018-06-21 17:47:54 -0400 |
commit | efa0cec1aaa1aad9b66f2bfccc6b70b2093364a8 (patch) | |
tree | 3facfd7c4c0cf6f6d575044515574c1f11515029 | |
parent | 5a98b17cae0b612b303abcfe39618d580e9f925f (diff) |
Fixed wrong-key bug in automatic dht-key sharing via xmpp.
-rw-r--r-- | ToxToXMPP.hs | 2 |
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 | ||
230 | startConnecting :: ToxToXMPP -> PublicKey -> IO () | 230 | startConnecting :: ToxToXMPP -> PublicKey -> IO () |
231 | startConnecting tx them = do | 231 | startConnecting tx them = do |