Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 696c3b7d authored by Adrian Mejia's avatar Adrian Mejia
Browse files

Added field for outgoingSms atoms

The field is_mt_sms_polling helps distinguish between check messages and regular P2P sms.


Bug: 383033991 
Change-Id: Id276a7bf6e8040e5ded446998b72ebe6b8dfc638
Flag: EXEMPT refactor
Test: Build test
parent 578bb132
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -378,6 +378,7 @@ message OutgoingSms {
    optional bool is_managed_profile = 18;
    optional bool is_emergency = 19;
    optional bool is_ntn = 20;
    optional bool is_mt_sms_polling = 21;

    // Internal use only
    optional int32 hashCode = 10001;