mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 18:07:41 +00:00
Update expiration type proto
This commit is contained in:
@@ -44,8 +44,8 @@ message UnsendRequest {
|
||||
|
||||
message Content {
|
||||
enum ExpirationType {
|
||||
DELETE_AFTER_SEND = 1;
|
||||
DELETE_AFTER_READ = 2;
|
||||
DELETE_AFTER_READ = 1;
|
||||
DELETE_AFTER_SEND = 2;
|
||||
}
|
||||
|
||||
optional DataMessage dataMessage = 1;
|
||||
|
Reference in New Issue
Block a user