Define ProfileController protobufs and setProfile endpoint

This commit is contained in:
Katherine Yen
2023-08-08 09:58:10 -07:00
parent 95b90e7c5a
commit a953cb33b7
8 changed files with 1048 additions and 63 deletions

View File

@@ -0,0 +1,7 @@
package org.whispersystems.textsecuregcm.entities;
public enum AvatarChange {
AVATAR_CHANGE_UNCHANGED,
AVATAR_CHANGE_CLEAR,
AVATAR_CHANGE_UPDATE
}