mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
New option for control over update downloads
This commit is contained in:
@@ -25,6 +25,7 @@ import { getMe, getSelectedConversation } from '../selectors/conversations';
|
||||
const mapStateToProps = (state: StateType) => {
|
||||
return {
|
||||
disabled: state.network.challengeStatus !== 'idle',
|
||||
hasPendingUpdate: Boolean(state.updates.didSnooze),
|
||||
searchTerm: getQuery(state),
|
||||
searchConversationId: getSearchConversationId(state),
|
||||
searchConversationName: getSearchConversationName(state),
|
||||
|
||||
Reference in New Issue
Block a user