Merge branch 'main' into dev/chat-transcript-system-spec
This commit is contained in:
commit
51c3166c67
@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user