Issue 11472: Store the "edit" history

This commit is contained in:
Michael 2022-05-15 20:21:56 +00:00
parent 6f70d21e07
commit 324cce7a19
7 changed files with 165 additions and 4 deletions

View file

@ -215,6 +215,7 @@ class Processor
return;
}
Post\History::add($item['uri-id'], $item);
Item::update($item, ['uri' => $activity['id']]);
if ($activity['object_type'] == 'as:Event') {