mirror of
https://github.com/friendica/friendica
synced 2025-04-22 21:10:10 +00:00
Fix test data
This commit is contained in:
parent
5e846dd7c2
commit
2282bb4a19
2 changed files with 18 additions and 15 deletions
|
@ -899,8 +899,9 @@ class Item
|
|||
|
||||
// If its a post that originated here then tag the thread as "mention"
|
||||
if ($item['origin'] && $item['uid']) {
|
||||
DBA::update('post-thread-user', ['mention' => true], ['uri-id' => $item['parent-uri-id'], 'uid' => $item['uid']]);
|
||||
DBA::update('thread', ['mention' => true], ['iid' => $parent_id]);
|
||||
Logger::info('tagged thread as mention', ['parent' => $parent_id, 'uid' => $item['uid']]);
|
||||
Logger::info('tagged thread as mention', ['parent' => $parent_id, 'parent-uri-id' => $item['parent-uri-id'], 'uid' => $item['uid']]);
|
||||
}
|
||||
|
||||
// Update the contact relations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue