fix: clarify TikTok pending-share error mentions 24-hour window
Some checks failed
Build / build (22.12.0) (push) Has been cancelled

TikTok's spam_risk_too_many_pending_share limit applies per 24-hour
period; the previous message did not state the window.
This commit is contained in:
Santosh Bhandari 2026-05-18 15:28:03 +05:45
parent 2316a45388
commit 7e0bb7075e

View file

@ -147,7 +147,7 @@ export class TiktokProvider extends SocialAbstract implements SocialProvider {
return {
type: 'bad-body' as const,
value:
'TikTok limit the maximum of pending posts to 5, TikTok limits you for now, please check your TikTok inbox at your TikTok mobile app and try again later',
'TikTok limits pending posts to 5 within any 24-hour period. Please check your TikTok inbox in the TikTok mobile app and try again after 24 hours.',
};
}