Published onJune 2, 2026fix(route/twitter): defensive fallback for missing profile_image_url (avoid /twitter/user/* 503)appliedcannotsuggestionunicodewhiledefensivefallbackprofileimageurlConversation When api.getUser() returns user info without profile_image_url (observed when X changes API contract, see DIYgod#22136), the unguarded .replace() call on user.ts:91 throws TypeError and...