Skip to content

Commit

Permalink
fix: update group state when fetching conversation during slow sync
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Sep 24, 2024
1 parent ed2bd50 commit 9908c92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ type = excluded.type,
team_id = excluded.team_id,
mls_group_id = excluded.mls_group_id,
mls_epoch = excluded.mls_epoch,
mls_group_state = excluded.mls_group_state,
protocol = excluded.protocol,
muted_status = excluded.muted_status,
muted_time = excluded.muted_time,
Expand Down

0 comments on commit 9908c92

Please sign in to comment.