This is not that easy to test, and this sie basically copy-pasting approach from rest of the stack so this time just carefully reading the code.
EDIT: tested by dispatching following from redux dev-tools:
```
{
type: 'SET_LATE_RESPONSE',
payload: { messageID: '256|5', isLate: true, keyserverID: '256' }
}
{
type: 'UPDATE_DISCONNECTED_BAR',
payload: { visible: 'true', keyserverID: '256' }
}
{
type: 'SET_CONNECTION_ISSUE',
payload: { connectionIssue: null, keyserverID: '256' },
}
```