favorites and other should be done?
This commit is contained in:
@@ -25,6 +25,7 @@ export const useActivityStore = defineStore("activity", () => {
|
||||
}
|
||||
}
|
||||
|
||||
fetchActivity();
|
||||
return {
|
||||
activity,
|
||||
activityCount,
|
||||
|
||||
@@ -40,6 +40,9 @@ export const usePostsStore = defineStore("posts", () => {
|
||||
console.error("Delete failed:", err);
|
||||
}
|
||||
}
|
||||
|
||||
fetchPosts();
|
||||
|
||||
return {
|
||||
posts,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user