Notifikasi Forum

# feat
- Notif jika ada postingan baru
## No issue
This commit is contained in:
2024-06-13 16:48:42 +08:00
parent 3b11b30473
commit edd13ffe0f
15 changed files with 943 additions and 71 deletions

View File

@@ -1,11 +1,14 @@
import { Forum_Beranda } from "@/app_modules/forum";
import { forum_getListAllPosting } from "@/app_modules/forum/fun/get/get_list_all_posting";
import { forum_new_getAllPosting } from "@/app_modules/forum/fun/get/new_get_all_posting";
import forum_v2_getAllPosting from "@/app_modules/forum/fun/get/v2_get_all_posting";
import { user_getOneUserId } from "@/app_modules/fun_global/get_user_token";
export default async function Page() {
const listForum = await forum_getListAllPosting();
const listForum = await forum_v2_getAllPosting({});
const userLoginId = await user_getOneUserId();
return (
<>
<Forum_Beranda