mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
faaadf14c5
Propagate conversation type (direct/group/thread) from channel adapters all the way to the agent prompt. Store conversation_type on bot_channel_routes so the bot knows whether a message originates from a p2p chat, group, or thread. Schema changes are folded into the 0001 init migration (destructive update).
4 lines
180 B
SQL
4 lines
180 B
SQL
-- 0002_channel_identity_avatar
|
|
-- Add avatar_url column to channel_identities for sender profile display.
|
|
ALTER TABLE channel_identities ADD COLUMN IF NOT EXISTS avatar_url TEXT;
|