Commit 6b7e5c6c authored by Your Name's avatar Your Name

fix ghost ban defalt to false

parent 071a4caa
......@@ -124,7 +124,7 @@ def searchban(screen_name):
returnjson["tests"] = {
"search": "ok",
"typeahead": True, ## suggest ban
"ghost": {"ban": True},
"ghost": {"ban": False},
"more_replies": {"ban": False, "tweet": "-1", "in_reply_to": "-1"}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment