diff options
-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 |