feat: sync AI compose and ChatBot features
This commit is contained in:
parent
35e5d38f4d
commit
b7269b135f
75 changed files with 5426 additions and 123 deletions
|
|
@ -28,6 +28,7 @@ SELECT
|
|||
m.ttl_period,
|
||||
m.expires_at,
|
||||
m.edit_date,
|
||||
m.hide_edited,
|
||||
m.outgoing,
|
||||
m.body,
|
||||
m.entities::text AS entities_json,
|
||||
|
|
@ -98,6 +99,7 @@ SELECT
|
|||
m.ttl_period,
|
||||
m.expires_at,
|
||||
m.edit_date,
|
||||
m.hide_edited,
|
||||
m.outgoing,
|
||||
m.body,
|
||||
m.entities::text AS entities_json,
|
||||
|
|
@ -174,6 +176,7 @@ SELECT
|
|||
m.ttl_period,
|
||||
m.expires_at,
|
||||
m.edit_date,
|
||||
m.hide_edited,
|
||||
m.outgoing,
|
||||
m.body,
|
||||
m.entities::text AS entities_json,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue