FIX: PM glyph in user-menu should always be shown to staff
This commit is contained in:
parent
e6442a2d2f
commit
84107c61a7
|
@ -109,7 +109,7 @@ createWidget("user-menu-links", {
|
|||
glyphs.push(this.notificationsGlyph());
|
||||
glyphs.push(this.bookmarksGlyph());
|
||||
|
||||
if (this.siteSettings.enable_personal_messages) {
|
||||
if (this.siteSettings.enable_personal_messages || this.currentUser.staff) {
|
||||
glyphs.push(this.messagesGlyph());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue