Skip to content

Commit 398fb6a

Browse files
committed
Add Creation#approved
1 parent 8eb66e3 commit 398fb6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/main/java/com/creatubbles/api/core/Creation.java

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public class Creation {
99
public String last_bubbled_at, last_commented_at, last_submitted_at;
1010
public Image image;
1111
public String short_url;
12+
public boolean approved;
1213

1314
@Deprecated
1415
public Creator[] creators;

0 commit comments

Comments
 (0)