add logic to store event modification and deleted event
This commit is contained in:
@@ -21,6 +21,7 @@ message Event {
|
||||
int64 max_subscribers = 13;
|
||||
repeated Subscription subscriptions = 14;
|
||||
google.protobuf.Struct data = 15;
|
||||
bool deleted = 16;
|
||||
}
|
||||
|
||||
message Subscription {
|
||||
|
||||
Reference in New Issue
Block a user