summary refs log tree commit diff
path: root/synapse/push/presentable_names.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle missing content keys when calculating presentable names. (#9165)Patrick Cloke2021-01-251-15/+11
| | | | Treat the content as untrusted and do not assume it is of the proper form.
* Add type hints to the push module. (#8901)Patrick Cloke2020-12-111-19/+29
|
* Convert push to async/await. (#7948)Patrick Cloke2020-07-271-9/+6
|
* No longer use room alias events to calculate room names for push ↵Patrick Cloke2020-02-211-22/+14
| | | | notifications. (#6966)
* Replace returnValue with return (#5736)Amber Brown2019-07-231-13/+12
|
* Run Black. (#5482)Amber Brown2019-06-201-19/+26
|
* Fix email notifications for large unnamed rooms.Erik Johnston2019-06-071-0/+11
| | | | | | When we try and calculate a description for a room for with no name but multiple other users we threw an exception (due to trying to subscript result of `dict.values()`).
* run isortAmber Brown2018-07-091-3/+3
|
* Consistently use six's iteritems and wrap lazy keys/values in list() if ↵Amber Brown2018-05-311-1/+1
| | | | they're not meant to be lazy (#3307)
* Fix push room names for rooms with only an aliasErik Johnston2016-08-301-1/+1
|
* TypoErik Johnston2016-08-261-1/+0
|
* Fix up push to use get_current_state_idsErik Johnston2016-08-251-0/+199