feat: tiktok order

This commit is contained in:
Nevo David 2026-02-17 11:32:49 +07:00
parent dfb5c05979
commit b744b60be6

View file

@ -126,13 +126,6 @@ export class TiktokProvider extends SocialAbstract implements SocialProvider {
};
}
if (body.indexOf('spam_risk') > -1) {
return {
type: 'bad-body' as const,
value: 'TikTok detected potential spam',
};
}
if (body.indexOf('spam_risk_too_many_posts') > -1) {
return {
type: 'bad-body' as const,
@ -148,6 +141,13 @@ export class TiktokProvider extends SocialAbstract implements SocialProvider {
};
}
if (body.indexOf('spam_risk') > -1) {
return {
type: 'bad-body' as const,
value: 'TikTok detected potential spam',
};
}
if (body.indexOf('reached_active_user_cap') > -1) {
return {
type: 'bad-body' as const,