Skip to content

Commit

Permalink
Discord self-video fix
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Lentocha <[email protected]>
  • Loading branch information
CE1CECL committed Dec 28, 2023
1 parent 93997df commit 25156df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/entities/VoiceState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export class VoiceState extends BaseClass {
self_stream?: boolean;

@Column({ nullable: true })
self_video?: boolean;
self_video: boolean;

@Column()
suppress: boolean; // whether this user is muted by the current user
Expand Down

0 comments on commit 25156df

Please sign in to comment.