Update Timeline.vue, add missing notification type

pull/630/head
Daniel Supernault 8 years ago
parent b7362caf50
commit 8d32ff0589
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

File diff suppressed because one or more lines are too long

@ -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", "/js/app.js": "/js/app.js?id=763d01bb175be69c8ad3",
"/css/app.css": "/css/app.css?id=986cee6cfca852babf8e", "/css/app.css": "/css/app.css?id=986cee6cfca852babf8e",
"/js/timeline.js": "/js/timeline.js?id=415bfde862ab8c5b4548", "/js/timeline.js": "/js/timeline.js?id=415bfde862ab8c5b4548",

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

Loading…
Cancel
Save