Browse Source

Update Timeline.vue, add missing notification type

Daniel Supernault 6 years ago
parent
commit
8d32ff0589

+ 1 - 1
config/pixelfed.php

@@ -23,7 +23,7 @@ return [
     | This value is the version of your PixelFed instance.
     |
     */
-    'version' => '0.5.1',
+    'version' => '0.5.2',
 
     /*
     |--------------------------------------------------------------------------

BIN
public/js/components.js


BIN
public/mix-manifest.json


+ 5 - 0
resources/assets/js/components/Timeline.vue

@@ -308,6 +308,11 @@
 										<span class="font-weight-bold">{{n.account.username}}</span> mentioned you.
 									</p>
 								</div>
+								<div v-else-if="n.type == 'follow'">
+									<p class="my-0">
+										<span class="font-weight-bold">{{n.account.username}}</span> followed you.
+									</p>	
+								</div>
 							</div>
 							
 						</div>