mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01: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