Merge pull request #585 from whallin/feature/discord-announcement
This commit is contained in:
commit
02e38ab0ea
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue