Remove ignored undo

This commit is contained in:
Michael 2022-07-21 11:47:23 +00:00
parent 99f7270e18
commit 4c5e9f206e
1 changed files with 1 additions and 0 deletions

View File

@ -774,6 +774,7 @@ class Receiver
} elseif (in_array($object_data['object_type'], array_merge(self::ACTIVITY_TYPES, ['as:Announce', 'as:Create', ''])) &&
empty($object_data['object_object_type'])) {
// We cannot detect the target object. So we can ignore it.
Queue::remove($object_data);
} elseif (in_array($object_data['object_type'], ['as:Create']) &&
in_array($object_data['object_object_type'], ['pt:CacheFile'])) {
// Unhandled Peertube activity