diff options
author | 2024-06-06 21:10:46 +0000 | |
---|---|---|
committer | 2024-06-06 21:10:46 +0000 | |
commit | e0a8b1aeba4f3655c7e566ee6e0710d2bdef3412 (patch) | |
tree | 31012a383c5721c5cb7d02929be269169a3a2697 /proto/src | |
parent | 7fb74d5598f594306b2f4de1671792a910283710 (diff) | |
parent | 393d7e249fcc47ba1cd7468280e36b2eb040a5af (diff) |
Merge "Adding is_emergency field into the incoming_sms" into main
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/persist_atoms.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/src/persist_atoms.proto b/proto/src/persist_atoms.proto index a7d523ca19..4b70d2941f 100644 --- a/proto/src/persist_atoms.proto +++ b/proto/src/persist_atoms.proto @@ -344,6 +344,7 @@ message IncomingSms { optional int32 count = 15; optional bool is_managed_profile = 16; optional bool is_ntn = 17; + optional bool is_emergency = 18; // Internal use only optional int32 hashCode = 10001; |