Revert "API renamed notification senderUsername to senderDisplayName"

This reverts commit de8aee5bc0.
This commit is contained in:
pypy
2021-05-26 12:26:40 +09:00
parent de8aee5bc0
commit 560a020b32
4 changed files with 35 additions and 35 deletions

View File

@@ -455,9 +455,9 @@ html
span(v-text="API.parseInviteLocation(scope.row)")
span.x-link(v-text="scope.row.type" @click="showWorldDialog(scope.row.details.worldId)")
span(v-else v-text="scope.row.type")
el-table-column(label="User" prop="senderDisplayName" width="150")
el-table-column(label="User" prop="senderUsername" width="150")
template(v-once #default="scope")
span.x-link(v-text="scope.row.senderDisplayName" @click="showUserDialog(scope.row.senderUserId)")
span.x-link(v-text="scope.row.senderUsername" @click="showUserDialog(scope.row.senderUserId)")
el-table-column(label="Photo" width="100" prop="photo")
template(v-once #default="scope")
el-popover(v-if="scope.row.details.imageUrl" placement="right" width="500px" trigger="click")