Explorar el Código

Merge pull request #1817 from pixelfed/staging

Staging
daniel hace 5 años
padre
commit
8ee61ea3ce

+ 1 - 0
CHANGELOG.md

@@ -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


BIN
public/mix-manifest.json


+ 1 - 1
resources/assets/js/components/PostComponent.vue

@@ -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;">

+ 0 - 4
resources/views/site/help/sharing-media.blade.php

@@ -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>