mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 14:47:44 +00:00
Start of Update messages builder class implementation & usage for Input group updates
This commit is contained in:
@@ -37,7 +37,11 @@ public class SignalServiceGroup {
|
||||
UPDATE,
|
||||
DELIVER,
|
||||
QUIT,
|
||||
REQUEST_INFO
|
||||
REQUEST_INFO,
|
||||
NEW_GROUP,
|
||||
NAME_CHANGE,
|
||||
MEMBER_ADDED,
|
||||
MEMBER_REMOVED
|
||||
}
|
||||
|
||||
private final byte[] groupId;
|
||||
|
Reference in New Issue
Block a user