add logic to store event modification and deleted event

This commit is contained in:
soukainna
2023-02-01 09:58:37 +01:00
parent 5feb1b720e
commit 301f636072
11 changed files with 364 additions and 122 deletions

View File

@@ -21,6 +21,7 @@ message Event {
int64 max_subscribers = 13;
repeated Subscription subscriptions = 14;
google.protobuf.Struct data = 15;
bool deleted = 16;
}
message Subscription {