[+] add function GetSubscriberByUser for the agenda-widget
This commit is contained in:
@@ -27,8 +27,9 @@ message Event {
|
||||
|
||||
message Subscription {
|
||||
string id = 20;
|
||||
string subscriber = 21;
|
||||
repeated string tags = 22;
|
||||
google.protobuf.Struct data = 23;
|
||||
google.protobuf.Timestamp created_at = 24;
|
||||
string eventid = 21;
|
||||
string subscriber = 22;
|
||||
repeated string tags = 23;
|
||||
google.protobuf.Struct data = 24;
|
||||
google.protobuf.Timestamp created_at = 25;
|
||||
}
|
||||
Reference in New Issue
Block a user