mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 19:58:16 +00:00
core: fix races on member removal / delivery of their messages (#7010)
This commit is contained in:
@@ -818,7 +818,8 @@ CREATE TABLE test_chat_schema.group_members (
|
||||
index_in_group bigint DEFAULT 0 NOT NULL,
|
||||
member_relations_vector bytea,
|
||||
relay_link bytea,
|
||||
member_pub_key bytea
|
||||
member_pub_key bytea,
|
||||
removed_at timestamp with time zone
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user