mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 08:03:54 -07:00
Added logs tab to allow moderators the ability to review log history/details
This commit is contained in:
parent
e68b8b314a
commit
62ffcde6bd
15 changed files with 581 additions and 18 deletions
10
common/pb/response_viewlog_history.proto
Normal file
10
common/pb/response_viewlog_history.proto
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
syntax = "proto2";
|
||||
import "response.proto";
|
||||
import "serverinfo_chat_message.proto";
|
||||
|
||||
message Response_ViewLogHistory{
|
||||
extend Response {
|
||||
optional Response_ViewLogHistory ext = 1015;
|
||||
}
|
||||
repeated ServerInfo_ChatMessage log_message = 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue