diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-02-25 10:27:11 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 10:27:11 -0800 |
commit | 3409a725484a5560a14987c03db7720a02834e06 (patch) | |
tree | 99653833541849aa56da8c5d1b12ac6f2c6d5bf3 /src/view/com/notifications | |
parent | 595a8945516013c9b50c65964952a7ae645cab8d (diff) | |
download | voidsky-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.tsx | 1 |
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} |