If a user starts a sidebar by replying to a message with a new text message, and @-mentions somebody in the text message, then that person gets added to the sidebar when it is created.
However, we have a weird visual behavior today where the person's name doesn't appear bolded while the thread is being created. That's because the pending ThreadInfo that the MessageListContainer is using isn't being updated to include the @-mentions.
This diff adds some plumbing to make this possible.
Depends on D6809