Merge pull request #585 from whallin/feature/discord-announcement

This commit is contained in:
egelhaus 2025-01-30 23:30:26 +01:00 committed by GitHub
commit 02e38ab0ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ export class DiscordProvider extends SocialAbstract implements SocialProvider {
).json();
return list
.filter((p: any) => p.type === 0 || p.type === 15)
.filter((p: any) => p.type === 0 || p.type === 5 || p.type === 15)
.map((p: any) => ({
id: String(p.id),
name: p.name,