Add conversation pinning: pinned chats stay at top of sidebar
Build & Auto-Repair / build (push) Has been cancelled

This commit is contained in:
JCBSComputer
2026-07-02 16:09:07 +02:00
parent 4c732c850f
commit 211d026fb8
4 changed files with 78 additions and 6 deletions
@@ -0,0 +1,2 @@
-- Add pinned_at column to conversation_participants for pinning chats
ALTER TABLE conversation_participants ADD COLUMN IF NOT EXISTS pinned_at TIMESTAMPTZ;