deer social fork for personal usage. but you might see a use idk. github mirror
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Changed threaded view change operation to a save - testing this.

authored by

Eric Hamilton and committed by
ayla
f91ec780 d0d8bff8

+1 -1
+1 -1
src/state/queries/usePostThread/index.ts
··· 47 47 view, 48 48 setView: baseSetView, 49 49 prioritizeFollowedUsers, 50 - } = useThreadPreferences() 50 + } = useThreadPreferences({save: true}) 51 51 const below = useMemo(() => { 52 52 return view === 'linear' 53 53 ? LINEAR_VIEW_BELOW