summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-01-11 10:50:40 +0100
committerJulius Härtl <jus@bitgrid.net>2019-01-11 10:50:40 +0100
commit3b44c45304e35b95cdad878ba62579326cf423a7 (patch)
tree2c26b93f0a7463855a8e305a1499a501a9eef9c3 /src
parent8d82540a35c7c267021037986c634fe8d95ce9ab (diff)
Always use @ infront of account id
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src')
-rw-r--r--src/components/ProfileInfo.vue2
-rw-r--r--src/components/TimelineEntry.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ProfileInfo.vue b/src/components/ProfileInfo.vue
index 8156c93e..439da6df 100644
--- a/src/components/ProfileInfo.vue
+++ b/src/components/ProfileInfo.vue
@@ -28,7 +28,7 @@
<avatar v-else :url="avatarUrl" :disable-tooltip="true"
:size="128" />
<h2>{{ displayName }}</h2>
- <p>{{ accountInfo.account }}</p>
+ <p>@{{ accountInfo.account }}</p>
<p v-if="accountInfo.website">
Website: <a :href="accountInfo.website.value">
{{ accountInfo.website.value }}
diff --git a/src/components/TimelineEntry.vue b/src/components/TimelineEntry.vue
index a5633ae8..887f7097 100644
--- a/src/components/TimelineEntry.vue
+++ b/src/components/TimelineEntry.vue
@@ -14,7 +14,7 @@
{{ userDisplayName(item.actor_info) }}
</span>
<span class="post-author-id">
- {{ item.actor_info.account }}
+ @{{ item.actor_info.account }}
</span>
</router-link>
<a v-else :href="item.attributedTo">