Merge pull request #29975 from nextcloud/backport/29872/stable23

This commit is contained in:
Pytal 2021-12-01 10:17:20 -08:00 committed by GitHub
commit b67c6d9730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -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)
},