+11
-1
@@ -26,7 +26,6 @@ message LogEvent {
|
||||
optional uint64 id = 1; // Record Id of Log stored in db
|
||||
string content = 2;
|
||||
string effective_user = 3;
|
||||
optional LogEvent prev_cause = 4;
|
||||
optional LogSource source = 5;
|
||||
Importance importance = 6;
|
||||
Meta meta = 7;
|
||||
@@ -38,9 +37,20 @@ message LogEventList {
|
||||
/*
|
||||
Internal Msg
|
||||
*/
|
||||
|
||||
message SMSChangeLog {
|
||||
uint32 when_ts = 1;
|
||||
string what = 2;
|
||||
}
|
||||
|
||||
message SMS {
|
||||
string recipient = 1; //recipient
|
||||
string text = 2;
|
||||
optional string sender = 3;
|
||||
Meta meta = 4;
|
||||
repeated SMSChangeLog change_log = 5;
|
||||
}
|
||||
|
||||
message SMSList {
|
||||
repeated SMS sms = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user