1
0
Fork 0

Update timeline settings, add photo reblogs only option

This commit is contained in:
Daniel Supernault 2023-07-30 06:29:52 -06:00 committed by chris
parent 92e030de86
commit 18004040aa
1 changed files with 6 additions and 0 deletions

View File

@ -25,6 +25,12 @@
<p class="text-muted small help-text">See reblogs from accounts you follow in your home feed. (Home timeline only)</p>
</div>
<div class="form-check pb-3">
<input class="form-check-input" type="checkbox" name="photo_reblogs_only" {{$userSettings['photo_reblogs_only'] ? 'checked':''}}>
<label class="form-check-label font-weight-bold" for="">Photo reblogs only</label>
<p class="text-muted small help-text">Only see reblogs of photos or photo albums. (Home timeline only)</p>
</div>
<div class="form-group row mt-5 pt-5">
<div class="col-12 text-right">
<hr>