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 8 additions and 3 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/components.js": "/js/components.js?id=96ce3848888232d3703a",
"/js/components.js": "/js/components.js?id=f7eff1b7304c561d5f8c",
"/js/app.js": "/js/app.js?id=763d01bb175be69c8ad3",
"/css/app.css": "/css/app.css?id=986cee6cfca852babf8e",
"/js/timeline.js": "/js/timeline.js?id=415bfde862ab8c5b4548",

View File

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