summaryrefslogtreecommitdiffstats
path: root/src/components/TimelinePost.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/TimelinePost.vue')
-rw-r--r--src/components/TimelinePost.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TimelinePost.vue b/src/components/TimelinePost.vue
index 99e88c3f..ed542881 100644
--- a/src/components/TimelinePost.vue
+++ b/src/components/TimelinePost.vue
@@ -145,7 +145,7 @@ export default {
var a = '<a href="' + OC.generateUrl('/apps/social/timeline/tags/' + matched.substring(1)) + '">' + matched + '</a>'
return a
})
- return msg;
+ return msg
},
userDisplayName(actorInfo) {
return actorInfo.name !== '' ? actorInfo.name : actorInfo.preferredUsername