diff --git a/plugins/chat/assets/javascripts/discourse/components/chat-live-pane.js b/plugins/chat/assets/javascripts/discourse/components/chat-live-pane.js index edfe800ff79..4104ba0ba9f 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat-live-pane.js +++ b/plugins/chat/assets/javascripts/discourse/components/chat-live-pane.js @@ -170,10 +170,7 @@ export default Component.extend({ didReceiveAttrs() { this._super(...arguments); - this.currentUserTimezone = this.currentUser?.resolvedTimezone( - this.currentUser - ); - + this.currentUserTimezone = this.currentUser?.user_option.timezone; this.set("targetMessageId", this.chat.messageId); if (