feat: update request responses and their appropriate processing

This commit is contained in:
0x330a
2023-02-06 17:24:55 +11:00
parent 28e5794624
commit c8d520c3ce
5 changed files with 58 additions and 30 deletions

View File

@@ -3,5 +3,4 @@ package org.session.libsignal.utilities
object Namespace {
const val DEFAULT = 0
const val UNAUTHENTICATED_CLOSED_GROUP = -10
const val CONFIGURATION = 5
}