Removed identity/self option

This commit is contained in:
M66B
2020-07-04 10:39:55 +02:00
parent fe7b30a6f2
commit 9195fc048d
3 changed files with 3 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ public class EntityIdentity {
@NonNull
public Boolean primary;
@NonNull
public Boolean self = true;
public Boolean self = true; // obsolete
@NonNull
public Boolean sender_extra = false;
public String sender_extra_regex;