Skip to content

Commit

Permalink
fix(lobby): remove isInLobby from chatIdentifier
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
  • Loading branch information
Antreesy committed Jan 22, 2024
1 parent a3c5855 commit ce182a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MessagesList/MessagesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export default {
},

chatIdentifier() {
return this.token + ':' + this.isParticipant + ':' + this.isInLobby + ':' + this.viewId
return this.token + ':' + this.isParticipant + ':' + this.viewId
},
},

Expand Down

0 comments on commit ce182a7

Please sign in to comment.