summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/notifications.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-6/+5
|
* notifications: Convert next_token to string according to the specKonstantinos Sideris2018-05-051-1/+1
| | | | | | Currently the parameter is serialized as an integer. Signed-off-by: Konstantinos Sideris <sideris.konstantin@gmail.com>
* 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
| | | | Hopefully easier to read
* 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