mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Fix pinned messages state syncing
This commit is contained in:
@@ -31,7 +31,6 @@ import { getEmptyState as megaphonesEmptyState } from './ducks/megaphones.preloa
|
||||
import { getEmptyState as navEmptyState } from './ducks/nav.std.js';
|
||||
import { getEmptyState as networkEmptyState } from './ducks/network.dom.js';
|
||||
import { getEmptyState as notificationProfilesEmptyState } from './ducks/notificationProfiles.preload.js';
|
||||
import { getEmptyState as pinnedMessagesEmptyState } from './ducks/pinnedMessages.preload.js';
|
||||
import { getEmptyState as preferredReactionsEmptyState } from './ducks/preferredReactions.preload.js';
|
||||
import { getEmptyState as safetyNumberEmptyState } from './ducks/safetyNumber.preload.js';
|
||||
import { getEmptyState as searchEmptyState } from './ducks/search.preload.js';
|
||||
@@ -176,7 +175,6 @@ function getEmptyState(): StateType {
|
||||
nav: navEmptyState(),
|
||||
network: networkEmptyState(),
|
||||
notificationProfiles: notificationProfilesEmptyState(),
|
||||
pinnedMessages: pinnedMessagesEmptyState(),
|
||||
preferredReactions: preferredReactionsEmptyState(),
|
||||
safetyNumber: safetyNumberEmptyState(),
|
||||
search: searchEmptyState(),
|
||||
|
||||
Reference in New Issue
Block a user