Select the types of activity you want to include in your feed.
fix: remove no-op identity transformation in loadHomeData
The .then((data) => data) wrapping invoke<HomeData>('load_home_data') adds no value — invoke<HomeData>() already returns Promise<HomeData>. Removed the unnecessary chaining.