- সারি
- ৩০ এপ্রিল, ২০২৬ এ ৫:২৫ PM UTC
- লেখক
- kamo
- মন্তব্য@ info: status
- d9b21c9
The members endpoint accepts PUT not PATCH, so the language picker's PATCH was silently ignored — Member.language never actually updated, which is why refreshing reverted the UI to the previous language. Switch the call to PUT and surface a non-2xx as a thrown error so failures don't fail silently. Tooltip now reads "My Language - 中文 (Chinese)" so the current selection is visible without opening the dropdown.