mirror of
https://github.com/friendica/friendica
synced 2025-04-22 03:50:11 +00:00
Best "uid" for sending comments, refresh after commenting might work now
This commit is contained in:
parent
708d034c6d
commit
e12b6e01a2
6 changed files with 16 additions and 8 deletions
|
@ -1601,7 +1601,7 @@ class DBStructure {
|
|||
"uid_created" => array("uid","created"),
|
||||
"uid_commented" => array("uid","commented"),
|
||||
"uid_wall_created" => array("uid","wall","created"),
|
||||
"private_wall_received" => array("private","wall","received"),
|
||||
"private_wall_commented" => array("private","wall","commented"),
|
||||
)
|
||||
);
|
||||
$database["tokens"] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue