Fix bug for undoing an archive

This commit is contained in:
Nicholas Zuber 2020-02-16 23:42:38 -05:00
parent 1a904b4f16
commit 79e6b9be35

View File

@ -614,7 +614,7 @@ function Scene ({
), {
dark: darkMode,
action: 'archive',
onUndo: () => onRestoreThread(thread_id)
onUndo: () => onStageThread(thread_id, repository)
});
onArchiveThread(thread_id, repository);
}