core: fix races on member removal / delivery of their messages (#7010)

This commit is contained in:
spaced4ndy
2026-05-26 09:07:26 +00:00
committed by GitHub
parent f3abb7aa76
commit 037c05cd29
13 changed files with 173 additions and 17 deletions
@@ -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
);