From d32b7b612aa572f28b41e993c989f2355255b852 Mon Sep 17 00:00:00 2001 From: Vivek Kaushal Date: Fri, 7 Dec 2018 21:26:48 +0530 Subject: [PATCH] Fix for issue #365 --- fbchat/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbchat/client.py b/fbchat/client.py index 9481e4a..90469c2 100644 --- a/fbchat/client.py +++ b/fbchat/client.py @@ -502,7 +502,7 @@ class Client(object): return users - def searchForUsers(self, name, limit=1): + def searchForUsers(self, name, limit=10): """ Find and get user by his/her name