fix: clarify TikTok pending-share error mentions 24-hour window
Some checks failed
Build / build (22.12.0) (push) Has been cancelled
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:
parent
2316a45388
commit
7e0bb7075e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue