summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/notifications.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port rest.client.v2Erik Johnston2019-12-051-9/+6
|
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
| | | | | Python will return a tuple whether there are parentheses around the returned values or not. I'm just sick of my editor complaining about this all over the place :)
* 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
| | | | | | 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