kopia lustrzana https://github.com/nextcloud/social
Always use @ infront of account id
Signed-off-by: Julius Härtl <jus@bitgrid.net>pull/326/head
rodzic
8d82540a35
commit
3b44c45304
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue