oopsieee
This commit is contained in:
@@ -100,8 +100,10 @@ public class JodelPost {
|
|||||||
@JsonProperty("content") String content,
|
@JsonProperty("content") String content,
|
||||||
@JsonProperty("date") Timestamp date,
|
@JsonProperty("date") Timestamp date,
|
||||||
@JsonProperty("location") Location location,
|
@JsonProperty("location") Location location,
|
||||||
@JsonProperty("parent") Optional<Long> parent) {
|
@JsonProperty("parent") Optional<Long> parent,
|
||||||
this.authorID = 10000L; // TODO: getter from Keycloak
|
// TODO: getter from Keycloak
|
||||||
|
@JsonProperty("authorID") long author) {
|
||||||
|
this.authorID = author; // TODO: getter from Keycloak
|
||||||
this.title = title;
|
this.title = title;
|
||||||
this.content = content;
|
this.content = content;
|
||||||
this.date = date;
|
this.date = date;
|
||||||
|
|||||||
Reference in New Issue
Block a user