Remove join count on current user

This commit is contained in:
Natsumi
2021-10-02 08:13:32 +13:00
parent bde65ffe18
commit c48a6cc38f
+1
View File
@@ -1224,6 +1224,7 @@ html
template(#content) template(#content)
span(v-text="link") span(v-text="link")
img(:src="getFaviconUrl(link)" style="width:16px;height:16px;vertical-align:middle;margin-right:5px;cursor:pointer" @click.stop="openExternalLink(link)") img(:src="getFaviconUrl(link)" style="width:16px;height:16px;vertical-align:middle;margin-right:5px;cursor:pointer" @click.stop="openExternalLink(link)")
template(v-if="API.currentUser.id !== userDialog.id")
.x-friend-item(style="cursor:default") .x-friend-item(style="cursor:default")
.detail .detail
span.name Last Seen span.name Last Seen