summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/receipts.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Validate the receipt type before passing it on to the receipt handlerKegan Dougal2015-10-011-0/+4
|
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-1/+1
| | | | | | | | | | Removes device_id and ClientInfo device_id is never actually written, and the matrix.org DB has no non-null entries for it. Right now, it's just cluttering up code. This doesn't remove the columns from the database, because that's fiddly.
* Wire together receipts and the notifer/federationErik Johnston2015-07-071-2/+1
|
* Add a ReceiptServletErik Johnston2015-07-071-0/+56