{post.title}
{post.content || post.body || ''}
// DEPLOY_CONFIG: {"cron": [{"name": "weekly_new_posts_digest", "schedule": "0 9 * * 1", "action": "event", "config": {"event_type": "send_weekly_new_posts_digest"}}], "triggers": [{"name": "feature_post_on_20_reactions", "on": "collection.update", "collection": "posts", "actions": [{"type": "event", "event_type": "feature_post_top"}]}, {"name": "notify_user_on_reply_to_post", "on": "collection.add", "collection": "replies", "actions": [{"type": "event", "event_type": "send_reply_notification"}]}]} import { useState } from 'react'; import { useAuth, usePresence, useReactions, share } from '@deplixo/sdk'; import { BulletinBoard } from './components/BulletinBoard.jsx'; import { CreatePost } from './components/CreatePost.jsx'; function OnlineUsers() { const { users } = usePresence({ status: 'online' }); return (
Your neighborhood bulletin board
Posts with 20+ reactions appear here first
{post.content || post.body || ''}