-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: hide Discord msg for hidden channels
- Add check to ensure `channel.Hide` is not true before sending start recording message in `FC2Service.cs` - Add check to ensure `channel.Hide` is not true before sending start recording message in `TwitcastingService.cs` - Add check to ensure `channel.Hide` is not true before sending deleted message in `TwitcastingService.cs` - Add check to ensure `channel.Hide` is not true before sending start recording message in `TwitchService.cs` - Add check to ensure `channel.Hide` is not true before sending skipped message in `YoutubeService.cs` - Add check to ensure `channel.Hide` is not true before sending deleted message in `YoutubeService.cs` - Add check to ensure `channel.Hide` is not true before sending archived message in `YoutubeService.cs` - Retrieve channel data before processing finished video in `RecordService.cs` - Add check to ensure `channel.Hide` is not true before sending archived message in `RecordService.cs` Signed-off-by: 陳鈞 <[email protected]>
- Loading branch information
Showing
5 changed files
with
42 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters