Issue 6867: Only display direct mentions in the corresponding API endpoint

This commit is contained in:
Michael 2019-12-15 13:14:55 +00:00
parent 1479c426c7
commit 533f07e874
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,6 @@
-- ------------------------------------------
-- Friendica 2019.12-rc (Dalmatian Bellflower)
-- DB_UPDATE_VERSION 1325
-- DB_UPDATE_VERSION 1326
-- ------------------------------------------
@ -637,6 +637,7 @@ CREATE TABLE IF NOT EXISTS `item` (
INDEX `resource-id` (`resource-id`),
INDEX `deleted_changed` (`deleted`,`changed`),
INDEX `uid_wall_changed` (`uid`,`wall`,`changed`),
INDEX `mention_uid_id` (`mention`,`uid`,`id`),
INDEX `uid_eventid` (`uid`,`event-id`),
INDEX `icid` (`icid`),
INDEX `iaid` (`iaid`),