mirror of
https://github.com/friendica/friendica
synced 2025-04-25 02:30:11 +00:00
Issue 11472: Store the "edit" history
This commit is contained in:
parent
6f70d21e07
commit
324cce7a19
7 changed files with 165 additions and 4 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue