API renamed notification senderUsername to senderDisplayName

This commit is contained in:
Natsumi
2021-05-26 10:48:16 +12:00
parent 83454cc112
commit de8aee5bc0
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="senderUsername" width="150")
el-table-column(label="User" prop="senderDisplayName" width="150")
template(v-once #default="scope")
span.x-link(v-text="scope.row.senderUsername" @click="showUserDialog(scope.row.senderUserId)")
span.x-link(v-text="scope.row.senderDisplayName" @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")