mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
🔗 Update news view to use media.signed route for temporary signed URLs
This commit is contained in:
@@ -270,7 +270,7 @@ class extends Component {
|
|||||||
<flux:button
|
<flux:button
|
||||||
xs
|
xs
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:href="url()->temporarySignedRoute('dl', now()->addMinutes(30), ['media' => $post->getFirstMedia('pdf')])"
|
:href="url()->temporarySignedRoute('media.signed', now()->addMinutes(30), ['media' => $post->getFirstMedia('pdf')])"
|
||||||
icon="cloud-arrow-down">
|
icon="cloud-arrow-down">
|
||||||
Öffnen
|
Öffnen
|
||||||
</flux:button>
|
</flux:button>
|
||||||
|
|||||||
Reference in New Issue
Block a user