mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Reinitialize redux after importing a backup
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { take } from 'lodash';
|
||||
import { DataReader } from '../sql/Client';
|
||||
|
||||
type RecentEmojiObjectType = {
|
||||
export type RecentEmojiObjectType = {
|
||||
recents: Array<string>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user