mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Rename contact table column to ffi_keyword_denylist
This commit is contained in:
parent
586eddbd1a
commit
34463f37e4
11 changed files with 28 additions and 17 deletions
|
@ -145,7 +145,7 @@ return [
|
|||
"bd" => ["contact", "bd"],
|
||||
"notify_new_posts" => ["contact", "notify_new_posts"],
|
||||
"fetch_further_information" => ["contact", "fetch_further_information"],
|
||||
"ffi_keyword_blacklist" => ["contact", "ffi_keyword_blacklist"],
|
||||
"ffi_keyword_denylist" => ["contact", "ffi_keyword_denylist"],
|
||||
"parent-uid" => ["user", "parent-uid"],
|
||||
"guid" => ["user", "guid"],
|
||||
"nickname" => ["user", "nickname"], /// @todo Replaces all uses of "nickname" with "nick"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue