As a developer, it is currently too hard to disable team change notifications in the chat.
These notifications are undesirable in games like mine where your team changes often, thus spamming you with them. To disable this feature, you have to comment out the following lines in Chat > ChatModules > TeamChat
.
This is needlessly difficult for a feature that I imagine many developers want to disable for a similar reason to mine. Instead, I propose that it be a toggleable setting similar to how the client chat has settings in Chat > ClientChatModules > ChatSettings
.
If this issue is addressed, it would improve my development experience because I would not have to hunt down the code to disable the feature.