[+] add function GetSubscriberByUser for the agenda-widget

This commit is contained in:
2023-09-06 13:34:43 +02:00
parent f06ed52547
commit be0835273e
16 changed files with 551 additions and 1556 deletions

View File

@@ -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;
}