mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix UserQuery
This commit is contained in:
parent
caff74e58b
commit
053d8bcf7b
@ -31,8 +31,7 @@
|
|||||||
<div v-if="resourceType == 'Post'">{{ post.contentExcerpt | removeHtml }}</div>
|
<div v-if="resourceType == 'Post'">{{ post.contentExcerpt | removeHtml }}</div>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<b>
|
<b>
|
||||||
Comment:
|
Comment:
|
||||||
<nbsp />
|
|
||||||
</b>
|
</b>
|
||||||
{{ comment.contentExcerpt | removeHtml }}
|
{{ comment.contentExcerpt | removeHtml }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -35,7 +35,7 @@ export default i18n => {
|
|||||||
followedByCount
|
followedByCount
|
||||||
followedByCurrentUser
|
followedByCurrentUser
|
||||||
contributionsCount
|
contributionsCount
|
||||||
commentsCount
|
commentedCount
|
||||||
badges {
|
badges {
|
||||||
id
|
id
|
||||||
icon
|
icon
|
||||||
@ -57,7 +57,7 @@ export default i18n => {
|
|||||||
followedByCount
|
followedByCount
|
||||||
followedByCurrentUser
|
followedByCurrentUser
|
||||||
contributionsCount
|
contributionsCount
|
||||||
commentsCount
|
commentedCount
|
||||||
badges {
|
badges {
|
||||||
id
|
id
|
||||||
icon
|
icon
|
||||||
@ -66,7 +66,6 @@ export default i18n => {
|
|||||||
name: name${lang}
|
name: name${lang}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
contributionsCount
|
|
||||||
socialMedia {
|
socialMedia {
|
||||||
id
|
id
|
||||||
url
|
url
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user