about summary refs log tree commit diff
path: root/src/view/com/notifications
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-02-25 10:27:11 -0800
committerGitHub <noreply@github.com>2025-02-25 10:27:11 -0800
commit3409a725484a5560a14987c03db7720a02834e06 (patch)
tree99653833541849aa56da8c5d1b12ac6f2c6d5bf3 /src/view/com/notifications
parent595a8945516013c9b50c65964952a7ae645cab8d (diff)
downloadvoidsky-3409a725484a5560a14987c03db7720a02834e06.tar.zst
Add soft reset to chat list (#7771)
* add soft reset to chat list

* refresh when soft resetting
Diffstat (limited to 'src/view/com/notifications')
-rw-r--r--src/view/com/notifications/NotificationFeed.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/notifications/NotificationFeed.tsx b/src/view/com/notifications/NotificationFeed.tsx
index 5fa40b30b..73cebf868 100644
--- a/src/view/com/notifications/NotificationFeed.tsx
+++ b/src/view/com/notifications/NotificationFeed.tsx
@@ -175,7 +175,6 @@ export function NotificationFeed({
         onEndReachedThreshold={2}
         onScrolledDownChange={onScrolledDownChange}
         contentContainerStyle={s.contentContainer}
-        // @ts-ignore our .web version only -prf
         desktopFixedHeight
         initialNumToRender={initialNumToRender}
         windowSize={11}