Apply Following settings to Lists (#5313)

* Apply Following settings to Lists

* Remove dead code
This commit is contained in:
dan 2024-09-13 22:30:09 +01:00 committed by GitHub
parent 88813f57c9
commit ce3893d816
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 28 deletions

View file

@ -18,7 +18,7 @@ interface ProfilesListProps {
export const PostsList = React.forwardRef<SectionRef, ProfilesListProps>(
function PostsListImpl({listUri, headerHeight, scrollElRef}, ref) {
const feed: FeedDescriptor = `list|${listUri}|as_following`
const feed: FeedDescriptor = `list|${listUri}`
const {_} = useLingui()
const onScrollToTop = useCallback(() => {