Keep gateway notices from leaking thru Sphinx search-engine

This commit is contained in:
Zach Copley 2009-06-22 12:24:59 -07:00
parent e6559e3bea
commit 4c09d10025
1 changed files with 41 additions and 41 deletions

View File

@ -25,7 +25,7 @@ source src2
sql_db = identi_ca
sql_port = 3306
sql_query = SELECT id, UNIX_TIMESTAMP(created) as created_ts, content FROM notice
sql_query_info = SELECT * FROM notice where id = $id
sql_query_info = SELECT * FROM notice where notice.id = $id AND notice.is_local != -2
sql_attr_timestamp = created_ts
}