core, ui: security code verification in channels (verify member key) (#7255)

This commit is contained in:
spaced4ndy
2026-07-15 10:46:31 +00:00
committed by GitHub
parent 6e2995cab6
commit 0fef34914d
28 changed files with 250 additions and 88 deletions
@@ -836,7 +836,9 @@ CREATE TABLE test_chat_schema.group_members (
relay_link bytea,
member_pub_key bytea,
removed_at timestamp with time zone,
roster_served_version bigint
roster_served_version bigint,
member_security_code text,
member_security_code_verified_at timestamp with time zone
);