summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/notifications.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace returnValue with return (#5736)Amber Brown2019-07-231-3/+1
* Run Black. (#5482)Amber Brown2019-06-201-14/+14
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-2/+2
* Allow client event serialization to be asyncErik Johnston2019-05-141-6/+4
* run isortAmber Brown2018-07-091-6/+5
* notifications: Convert next_token to string according to the specKonstantinos Sideris2018-05-051-1/+1
* register some /unstable endpoints in /r0 as wellKrombel2017-10-261-1/+1
* Implement `only=highlight` on `/notifications`David Baker2016-09-081-1/+2
* Use tuple comparisonDavid Baker2016-08-181-4/+3
* Include the ts the notif was received atDavid Baker2016-05-241-0/+1
* Actually make the 'read' flag correctDavid Baker2016-05-231-4/+3
* Add GET /notifications APIDavid Baker2016-05-231-0/+100