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