feat: sync AI compose and ChatBot features

This commit is contained in:
A 2026-07-03 19:43:20 +08:00
parent 35e5d38f4d
commit b7269b135f
75 changed files with 5426 additions and 123 deletions

View file

@ -0,0 +1,5 @@
ALTER TABLE message_boxes
DROP COLUMN IF EXISTS hide_edited;
ALTER TABLE private_messages
DROP COLUMN IF EXISTS hide_edited;