mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:59:50 +08:00
DEV: Fix resolvedTimezone deprecation in chat-live-pane (#19436)
c.f. 7d7551adfc
This commit is contained in:
parent
8b3c6cd396
commit
8676a55c83
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue
Block a user