Skip to content
Snippets Groups Projects
Commit cd0afb85 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Updated feedback api docs and fixed feedback content template bug

parent dfea1730
Branches
Tags
No related merge requests found
......@@ -640,6 +640,16 @@
"Feedback": {
"id": "Feedback",
"properties": {
"target_event_id": {
"type": "string",
"description": "The event ID being acknowledged.",
"required": true
},
"type": {
"type": "string",
"description": "The type of feedback. Either 'delivered' or 'read'.",
"required": true
}
}
},
"Member": {
......
......@@ -103,8 +103,7 @@ class FeedbackEvent(SynapseEvent):
def get_content_template(self):
return {
"type": u"string",
"target_event_id": u"string",
"msg_sender_id": u"string"
"target_event_id": u"string"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment