forked from GNUsocial/gnu-social
Keep gateway notices from leaking thru Sphinx search-engine
This commit is contained in:
parent
e6559e3bea
commit
4c09d10025
@ -25,7 +25,7 @@ source src2
|
|||||||
sql_db = identi_ca
|
sql_db = identi_ca
|
||||||
sql_port = 3306
|
sql_port = 3306
|
||||||
sql_query = SELECT id, UNIX_TIMESTAMP(created) as created_ts, content FROM notice
|
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
|
sql_attr_timestamp = created_ts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user