mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 20:28:00 +00:00
feat: add url query to activity payload
This commit is contained in:
@ -13,4 +13,9 @@ message ActivityShorcutViewPayload {
|
||||
string ip = 2;
|
||||
string referer = 3;
|
||||
string user_agent = 4;
|
||||
map<string, ValueList> params = 5;
|
||||
|
||||
message ValueList {
|
||||
repeated string values = 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user