mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-20 22:28:41 +00:00
Update expiry configuration
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,8 @@ class Snode(val address: String, val port: Int, val publicKeySet: KeySet?) {
|
||||
DeleteMessage("delete"),
|
||||
OxenDaemonRPCCall("oxend_request"),
|
||||
Info("info"),
|
||||
DeleteAll("delete_all")
|
||||
DeleteAll("delete_all"),
|
||||
Expire("expire")
|
||||
}
|
||||
|
||||
data class KeySet(val ed25519Key: String, val x25519Key: String)
|
||||
|
Reference in New Issue
Block a user