summary refs log tree commit diff
path: root/synapse/util/presentable_names.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix up push to use get_current_state_idsErik Johnston2016-08-251-176/+0
|
* Don't include name of room for invites in pushDavid Baker2016-07-281-1/+4
| | | | Avoids insane pushes like, "Bob invited you to invite from Bob"
* Use similar naming we use in email notifs for pushDavid Baker2016-06-241-1/+4
| | | | Fixes https://github.com/vector-im/vector-web/issues/1654
* catch thinko in presentable namesMatthew Hodgson2016-05-231-4/+15
|
* DocstringDavid Baker2016-04-291-0/+14
|
* pep8 newlineDavid Baker2016-04-291-1/+1
|
* Handle room invites in email notifsDavid Baker2016-04-281-3/+3
|
* More variable calculation for email notifsDavid Baker2016-04-251-0/+145
Include name of the person we're sending to and add summary text at the top giving an overview of what's happened.