mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
Unguard the Differential update time write on GET.
This commit is contained in:
parent
74f3112b1c
commit
2d22226ff0
1 changed files with 1 additions and 0 deletions
|
@ -502,6 +502,7 @@ class DifferentialRevisionViewController extends DifferentialController {
|
|||
}
|
||||
|
||||
private function updateViewTime($user_phid, $revision_phid) {
|
||||
$unguarded = AphrontWriteGuard::beginScopedUnguardedWrites();
|
||||
$view_time =
|
||||
id(new DifferentialViewTime())
|
||||
->setViewerPHID($user_phid)
|
||||
|
|
Loading…
Reference in a new issue