persist: fix roles not being reapplied properly on rejoin
This commit is contained in:
parent
96953ce159
commit
f7c29eb2cf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export class PersistedData {
|
|||
@PrimaryColumn()
|
||||
user_id: string;
|
||||
|
||||
@Column() roles: string;
|
||||
@Column("simple-array") roles: string[];
|
||||
|
||||
@Column() nickname: string;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue