diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-17 23:52:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-17 23:52:54 +0900 |
| commit | e7610b24677600a49ca585b17b63b0aa0c972598 (patch) | |
| tree | d8c4bb21c7224ec8f2864336e0fd98fa767abde7 /src/client/components/avatars.vue | |
| parent | Update Dockerfile (diff) | |
| download | sharkey-e7610b24677600a49ca585b17b63b0aa0c972598.tar.gz sharkey-e7610b24677600a49ca585b17b63b0aa0c972598.tar.bz2 sharkey-e7610b24677600a49ca585b17b63b0aa0c972598.zip | |
display online status
Diffstat (limited to 'src/client/components/avatars.vue')
| -rw-r--r-- | src/client/components/avatars.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/components/avatars.vue b/src/client/components/avatars.vue index cac95e6d40..da862967dd 100644 --- a/src/client/components/avatars.vue +++ b/src/client/components/avatars.vue @@ -1,7 +1,7 @@ <template> <div> <div v-for="user in us" :key="user.id" style="display:inline-block;width:32px;height:32px;margin-right:8px;"> - <MkAvatar :user="user" style="width:32px;height:32px;"/> + <MkAvatar :user="user" style="width:32px;height:32px;" :show-indicator="true"/> </div> </div> </template> |