1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Update profile story view

This commit is contained in:
Daniel Supernault 2020-04-17 19:36:12 -06:00
parent 43c7bda663
commit 4182d7efa5
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -1,7 +1,7 @@
@extends('layouts.app')
@section('content')
<story-viewer pid="{{$pid}}"></story-viewer>
<story-viewer pid="{{$pid}}" redirect="{{$profile->url()}}"></story-viewer>
@endsection
@push('scripts')