Merge "Pass a user to EchoEvent::create"

This commit is contained in:
jenkins-bot 2020-05-06 16:22:19 +00:00 committed by Gerrit Code Review
commit c4faa9a99d

View file

@ -1299,7 +1299,7 @@ class EchoHooks {
'reverted-revision-id' => $oldRevision->getId(), 'reverted-revision-id' => $oldRevision->getId(),
'method' => 'rollback', 'method' => 'rollback',
], ],
'agent' => $agent, 'agent' => User::newFromIdentity( $agent ),
] ); ] );
} }
} }