- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.3k
Move room name, avatar, and topic to IOpts. #30981
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
Move room name, avatar, and topic to IOpts. #30981
Conversation
fb4db94    to
    2c19ea6      
    Compare
  
    | I'm not sure if it's worth addressing the coverage issues in this PR, since as far as I can tell it's related to the underlying code not having good coverage. | 
| 
 When would the underlying code get good coverage then though? We normally mandate that refactors and the like do have to bring the coverage up to scratch otherwise it'll never be done | 
| 
 It just seems a bit silly to write tests for existing uncovered code that I haven't modified in an otherwise unrelated refactoring PR. To me, it'd make more sense for such tests to go in their own PR dedicated explicitly to improving coverage. If it's mandated, however, I'll attempt to write some tests for it and include them here. | 
| 
 That's fair. I'll commit to writing tests here then. | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fda3ffd    to
    3325356      
    Compare
  
    | @MidhunSureshR @t3chguy this is now ready for re-review. I added 3 commits with tests to increase coverage: When this passes review I will rebase. | 
| Ah, I see that Rich's review is enough so I will rebase and queue for merge now. | 
ec3d893    to
    ea30915      
    Compare
  
    
Move room name, avatar, and topic to
IOpts, over usingICreateRoomOpts. This will facilitate the logic in #30877.Checklist
public/exportedsymbols have accurate TSDoc documentation.