Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Nov 24, 2024
1 parent a13c4f5 commit 3350ae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class ChatSetupController extends Disposable {

get canSignUpLimited(): boolean {
return this.entitlement === ChatEntitlement.Available || // user can sign up for limited
this.entitlement === ChatEntitlement.Unresolved; // play safe and show if unresolved
this.entitlement === ChatEntitlement.Unresolved; // user unresolved, play safe and allow
}

constructor(
Expand Down

0 comments on commit 3350ae4

Please sign in to comment.