1
0

feat: add an option to collapse replies

This commit is contained in:
Sugar
2024-06-11 15:11:14 +02:00
parent 8f3549b494
commit c9d0b81555
6 changed files with 68 additions and 8 deletions
@@ -56,6 +56,7 @@ const { t, ts } = i18n;
const defaultStoreSaveKeys: (keyof typeof defaultStore['state'])[] = [
'collapseRenotes',
'collapseReplies',
'menu',
'visibility',
'localOnly',