Skip to content

Commit

Permalink
generate signatory on signPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtificialOwl committed Oct 19, 2021
1 parent 6d7b829 commit 22e7332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/RemoteStreamService.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ private function confirmAuth(RemoteInstance $remote, string $auth): void {
* @throws SignatoryException
*/
public function signPoint(RestoringPoint $point) {
$this->signModel($point, $this->getAppSignatory(false));
$this->signModel($point, $this->getAppSignatory(true));
$this->subSignPoint($point);
}

Expand Down

0 comments on commit 22e7332

Please sign in to comment.