Merge pull request #1539 from gitroomhq/fix/tiktok-pending-share-error-message

Clarify TikTok pending-share error mentions the 24-hour window
This commit is contained in:
Santosh Bhandari 2026-05-18 10:27:59 +00:00 committed by GitHub
commit e19c855da6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.',
};
}