Update Timeline.vue, add missing notification type

This commit is contained in:
Daniel Supernault 2018-12-10 21:23:29 -07:00
parent b7362caf50
commit 8d32ff0589
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7
4 changed files with 6 additions and 1 deletions

View file

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

Binary file not shown.

Binary file not shown.

View file

@ -308,6 +308,11 @@
<span class="font-weight-bold">{{n.account.username}}</span> mentioned you. <span class="font-weight-bold">{{n.account.username}}</span> mentioned you.
</p> </p>
</div> </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>
</div> </div>