Roundtrip group.blocked state

This commit is contained in:
trevor-signal
2025-01-27 14:53:43 -05:00
committed by GitHub
parent edec098d40
commit 65055fd475
4 changed files with 76 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ message Group {
bool hideStory = 3;
StorySendMode storySendMode = 4;
GroupSnapshot snapshot = 5;
bool blocked = 6;
// These are simply plaintext copies of the groups proto from Groups.proto.
// They should be kept completely in-sync with Groups.proto.