Skip to content

Commit 22e7332

Browse files
committed
generate signatory on signPoint
1 parent 6d7b829 commit 22e7332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/RemoteStreamService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ private function confirmAuth(RemoteInstance $remote, string $auth): void {
393393
* @throws SignatoryException
394394
*/
395395
public function signPoint(RestoringPoint $point) {
396-
$this->signModel($point, $this->getAppSignatory(false));
396+
$this->signModel($point, $this->getAppSignatory(true));
397397
$this->subSignPoint($point);
398398
}
399399

0 commit comments

Comments
 (0)