Added inline answer button configuration

This commit is contained in:
M66B
2023-03-16 08:22:39 +01:00
parent 2bd86fb978
commit 3a576bdef9
14 changed files with 3240 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ public class EntityContact implements Serializable {
@NonNull
public Long account;
public Long identity; // no foreign key, no index
public Long folder; // last used
@NonNull
public int type;
@NonNull