mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
Write previous group state to the database for advanced change messages.
This commit is contained in:
@@ -28,9 +28,10 @@ import "SignalService.proto";
|
||||
import "DecryptedGroups.proto";
|
||||
|
||||
message DecryptedGroupV2Context {
|
||||
signalservice.GroupContextV2 context = 1;
|
||||
DecryptedGroupChange change = 2;
|
||||
DecryptedGroup groupState = 3;
|
||||
signalservice.GroupContextV2 context = 1;
|
||||
DecryptedGroupChange change = 2;
|
||||
DecryptedGroup groupState = 3;
|
||||
DecryptedGroup previousGroupState = 4;
|
||||
}
|
||||
|
||||
message TemporalAuthCredentialResponse {
|
||||
|
||||
Reference in New Issue
Block a user