Revert "Removed identity/self option"

This reverts commit 9195fc048d.
This commit is contained in:
M66B
2020-07-04 10:54:35 +02:00
parent a4cfd625d7
commit a775675681
3 changed files with 4 additions and 3 deletions

View File

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