mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 07:38:54 +00:00
Plug discovery into remote controller UI
This commit is contained in:
@@ -19,7 +19,8 @@ CREATE TABLE remote_hosts ( -- hosts known to a controlling app
|
||||
CREATE TABLE remote_controllers ( -- controllers known to a hosting app
|
||||
remote_controller_id INTEGER PRIMARY KEY,
|
||||
display_name TEXT NOT NULL,
|
||||
fingerprint BLOB NOT NULL
|
||||
fingerprint BLOB NOT NULL,
|
||||
accepted INTEGER
|
||||
);
|
||||
|]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user