Skip to content

Commit

Permalink
Merge pull request #9 from Loren-Wang/dev/groupMessage
Browse files Browse the repository at this point in the history
修复dev编译问题
  • Loading branch information
FocusOnWrittingBug authored Jun 28, 2024
2 parents 1121055 + 8bb465f commit f368b0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/gallery/classroom/hx-chat/fcr-chatroom/store/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ export class UserStore {
private _raiseHandTooltipTask: Scheduler.Task | null = null;

constructor(private _widget: AgoraHXChatWidget, private _fcrChatRoom: AgoraIMBase) {
this._privateUser = this._fcrChatRoom.getPrivateUser()
runInAction(()=>{
this._privateUser = this._fcrChatRoom.getPrivateUser()
})
this._addEventListeners();
this._onUserJoined = this._onUserJoined.bind(this);
this._initUserMuted();
Expand Down

0 comments on commit f368b0c

Please sign in to comment.