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