Went through message-reducer to see on which actions messageStore.threads needed to be updated, and the two were A. updateThreadLastNavigatedActionType, which we already handled and B. the three send*MessageActionTypes.started actions here.
The logic here to set lastNavigatedTo and lastPruned matches that of https://github.com/CommE2E/comm/blob/master/lib/reducers/message-reducer.js#L984
