mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-21 04:05:44 +00:00
core: support for live messages (#1577)
This commit is contained in:
committed by
GitHub
parent
acfb98bd81
commit
6b8705e9f4
@@ -367,7 +367,8 @@ CREATE TABLE chat_items(
|
||||
quoted_member_id BLOB,
|
||||
item_edited INTEGER,
|
||||
timed_ttl INTEGER,
|
||||
timed_delete_at TEXT
|
||||
timed_delete_at TEXT,
|
||||
item_live INTEGER
|
||||
);
|
||||
CREATE TABLE chat_item_messages(
|
||||
chat_item_id INTEGER NOT NULL REFERENCES chat_items ON DELETE CASCADE,
|
||||
|
||||
Reference in New Issue
Block a user