Merge pull request #1817 from pixelfed/staging

Staging
This commit is contained in:
daniel 2019-11-12 20:47:28 -07:00 committed by GitHub
commit 8ee61ea3ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 5 deletions

View file

@ -43,6 +43,7 @@
- Updated Laravel framework from v5.8 to v6.x ([3aff6de33](https://github.com/pixelfed/pixelfed/commit/3aff6de33))
- Updated FollowerController to fix bug affecting private profiles ([a429d961](https://github.com/pixelfed/pixelfed/commit/a429d961))
- Updated StatusTransformer, added ```local``` attribute ([484bb509](https://github.com/pixelfed/pixelfed/commit/484bb509))
- Updated PostComponent, fix bug affecting MomentUI and non authenticated users ([7b3fe215](https://github.com/pixelfed/pixelfed/commit/7b3fe215))
## Deprecated

BIN
public/js/status.js vendored

Binary file not shown.

Binary file not shown.

View file

@ -342,7 +342,7 @@
</div>
<div class="col-12 col-md-4 pt-4 pl-md-3">
<p class="lead font-weight-bold">Comments</p>
<div v-if="user" class="moment-comments">
<div v-if="user && user.length" class="moment-comments">
<div class="form-group">
<textarea class="form-control" rows="3" placeholder="Add a comment ..." v-model="replyText"></textarea>
<p style="padding-top:4px;">

View file

@ -30,10 +30,6 @@
<li>Click on the <span class="font-weight-bold">Create Post</span> button.</li>
</ol>
</div>
<div class="py-3">
To create a post using a mobile app:
<p class="mb-0 pl-4 font-weight-bold text-muted">We do not support any mobile apps yet.</p>
</div>
</div>
</p>
<p>