Ripped `LegacyThreadInfo` out of selectors and updated related code to use `ThreadInfo` as well.
We're now down to 15 usages of `LegacyThreadInfo` from ~750
WARNING: There was one instance where we had to add noop branching to `web/modals/threads/settings/thread-settings-modal.react.js:68-72` to appease flow.
---
Depends on D10140