Skip to content

Commit

Permalink
Merge pull request #29975 from nextcloud/backport/29872/stable23
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal authored Dec 1, 2021
2 parents b2b1feb + 510249e commit b67c6d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/js/dist/profile.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/js/dist/profile.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions core/src/views/Profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ export default {
},

mounted() {
// Set the user's displayname or userId in the page title and preserve the default title of "Nextcloud" at the end
document.title = `${this.displayname || this.userId} - ${document.title}`
subscribe('user_status:status.updated', this.handleStatusUpdate)
},

Expand Down

0 comments on commit b67c6d9

Please sign in to comment.