mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-23 10:05:10 -07:00
Address server review comments for deck share links
This commit is contained in:
parent
8f674aab78
commit
30ed2a69a0
19 changed files with 348 additions and 66 deletions
|
|
@ -0,0 +1,11 @@
|
|||
syntax = "proto2";
|
||||
import "session_commands.proto";
|
||||
|
||||
// Revokes one of the calling user's own share bundles. The referenced items
|
||||
// are removed by cascade.
|
||||
message Command_DeckShareRemove {
|
||||
extend SessionCommand {
|
||||
optional Command_DeckShareRemove ext = 1033;
|
||||
}
|
||||
optional uint32 share_id = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue