Issue 9906: Improved view speed

This commit is contained in:
Michael 2021-02-09 16:35:01 +00:00
parent ab5a447bc2
commit f1377ce7fb
7 changed files with 76 additions and 50 deletions

View file

@ -1015,6 +1015,7 @@ class Item
}
if ($item['gravity'] == GRAVITY_PARENT) {
$item['post-user-id'] = $id;
Post\ThreadUser::insert($item['uri-id'], $item['uid'], $item);
}