Skip to content

Commit

Permalink
fix not being able to open announcement channels
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 authored Aug 22, 2023
1 parent c6ff589 commit 1079eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/objects/Channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export default class Channel {
this.type === ChannelType.GuildVoice ||
this.type === ChannelType.GuildStageVoice ||
this.type === ChannelType.GuildForum ||
this.type === ChannelType.GuildAnnouncement ||
this.type === ChannelType.AnnouncementThread ||
this.type === ChannelType.Encrypted ||
this.type === ChannelType.EncryptedThread ||
Expand Down

0 comments on commit 1079eef

Please sign in to comment.