fix: [event index] minimal mode fixed for signed events

pull/8227/head
iglocska 2022-03-17 15:22:02 +01:00
parent c4cb313f61
commit 1b5edc99cf
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 3 additions and 0 deletions

View File

@ -955,6 +955,9 @@ class EventsController extends AppController
}
foreach ($event['CryptographicKey'] as $cryptoKey) {
if ($instanceFingerprint === $cryptoKey['fingerprint']) {
$event['Event']['orgc_uuid'] = $event['Orgc']['uuid'];
unset($event['Event']['protected']);
$events[$key] = $event['Event'];
continue 2;
}
}