OStatus-Conversation auto completion works now.
Some performance issues added as well.
This commit is contained in:
parent
9967c9892d
commit
2350aa54eb
5 changed files with 40 additions and 42 deletions
|
|
@ -591,6 +591,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
KEY `uid_created` (`uid`, `created`),
|
||||
KEY `uid_unseen` (`uid`, `unseen`),
|
||||
KEY `mention` (`mention`),
|
||||
KEY `resource-id` (`resource-id`),
|
||||
FULLTEXT KEY `title` (`title`),
|
||||
FULLTEXT KEY `body` (`body`),
|
||||
FULLTEXT KEY `allow_cid` (`allow_cid`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue