'use client'; import { useState, useEffect } from 'react'; import Link from 'next/link'; import { SearchIcon, TrendingIcon, UsersIcon } from '@/components/Icons'; import { PostCard } from '@/components/PostCard'; import { Post } from '@/lib/types'; import { formatFullHandle } from '@/lib/utils/handle'; import { Bot, Network, Server, EyeOff } from 'lucide-react'; import { useAuth } from '@/lib/contexts/AuthContext'; interface User { id: string; handle: string; displayName: string; avatarUrl?: string; bio?: string; profileUrl?: string | null; isRemote?: boolean; isBot?: boolean; } function UserCard({ user }: { user: User }) { return (
Adult Content
This node contains adult or sensitive content. You must be 18 or older and signed in to view posts.
No posts on this node yet
No swarm posts yet
Posts from other Synapsis nodes will appear here
No users found
No results found for “{query}”