diff options
author | Kegan Dougal <kegan@matrix.org> | 2014-09-03 13:08:17 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2014-09-03 13:08:17 +0100 |
commit | cd0afb85c42aa7d550a61661547a6e7131c83f3d (patch) | |
tree | e745b2e03c20b6a1190061d4e023192d8e4c05aa /synapse/api | |
parent | apidocs: mtime_age > last_active_ago. Presence REST: Sanity check values in i... (diff) | |
download | synapse-cd0afb85c42aa7d550a61661547a6e7131c83f3d.tar.xz |
Updated feedback api docs and fixed feedback content template bug
Diffstat (limited to 'synapse/api')
-rw-r--r-- | synapse/api/events/room.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/api/events/room.py b/synapse/api/events/room.py index f6d3c59a9a..e4a99ff216 100644 --- a/synapse/api/events/room.py +++ b/synapse/api/events/room.py @@ -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" } |