feature #7: check if comment content is realy edited

add somes tests
This commit is contained in:
2019-08-27 23:18:42 +02:00
parent 1fb0e39038
commit b5cb238061
5 changed files with 14 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ open class Comment <T: UuidEntity>(override var requester: Requester): Repositor
.getFunction("edit_comment")
.sendQuery(
"reference" to reference,
"id" to comment.target.id,
"id" to comment.id,
"content" to comment.content
)
}