Skip to content

Commit

Permalink
sepinf-inc#2286: add missing constant property name
Browse files Browse the repository at this point in the history
  • Loading branch information
aberenguel committed Aug 8, 2024
1 parent ae7fe9f commit 5a9d47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iped-api/src/main/java/iped/properties/ExtraProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public class ExtraProperties {

public static final String PARTICIPANTS = COMMUNICATION_PREFIX + "Participants";

public static final String COMMUNICATION_ADMINS = COMMUNICATION_PREFIX + "Admins";

public static final String GROUP_ID = "GroupID";

public static final String IS_GROUP_MESSAGE = "isGroupMessage";
Expand Down

0 comments on commit 5a9d47c

Please sign in to comment.