Basic knowledge of CoffeeScriptUnderstand desktop app structure
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
70
調査方針
Look for the conversation limit constant in the source code, likely in the main chat list component. Search for '32' or 'MAX CONVERSATIONS' in the repository. The file `src/scripts/views/chat list view.cjsx` or similar CoffeeScript files may contain the limit. Check the comment thread for any hints about where the limit is enforced. The goal is to increase or remove the hardcoded limit.