-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Fix project names #10912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 1.8.x
Are you sure you want to change the base?
Fix project names #10912
Conversation
📝 WalkthroughWalkthroughThe pull request modifies project name resolution logic in two API controllers to expand the criteria for identifying the Console project. Previously, only an empty project was treated as Console. Now, a project is also identified as Console if its ID equals 'console'. This change affects email template generation in account-related flows (recovery, verification emails) and team invitation emails, ensuring consistent Console project naming across these communication channels. Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
However, reviewers should verify:
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (2)📓 Common learnings📚 Learning: 2025-09-16T06:37:59.054ZApplied to files:
🧬 Code graph analysis (1)app/controllers/api/account.php (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Security Scan Results for PRDocker Image Scan Results
Source Code Scan Results🎉 No vulnerabilities found! |
✨ Benchmark results
⚡ Benchmark Comparison
|
What does this PR do?
Console project is named as
Appwrite. Problematic on differentPlatformtypes.Test Plan
N/A.
Related PRs and Issues
N/A.
Checklist