anonymousland-synapse/synapse
David Baker 54d08c8868 Only return unread notifications
Make get_unread_push_actions_for_user_in_range only return unread event actions, being more true to its name. Done in two separate sql queries to get actions after a read receipt and those in a room wiht no receipt at all. SQL queries by Erik.
2016-04-13 14:16:45 +01:00
..
api
app Move the versionstring code out of app.homeserver into util 2016-04-11 14:57:09 +01:00
appservice Remove some unused functions (#711) 2016-04-08 14:01:56 +01:00
config Merge pull request #688 from matrix-org/matthew/preview_urls 2016-04-11 10:40:29 +01:00
crypto
events Add sensible __eq__ operators inside the tests. 2016-04-07 16:41:37 +01:00
federation
handlers More comments 2016-04-12 12:48:30 +01:00
http Merge pull request #688 from matrix-org/matthew/preview_urls 2016-04-11 10:40:29 +01:00
metrics
push Unused member variable 2016-04-12 16:25:26 +01:00
replication Add tests for redactions 2016-04-07 16:52:07 +01:00
rest Make the /set part mandatory 2016-04-12 13:54:41 +01:00
static/client
storage Only return unread notifications 2016-04-13 14:16:45 +01:00
streams
util Move the versionstring code out of app.homeserver into util 2016-04-11 14:57:09 +01:00
__init__.py
notifier.py
python_dependencies.py Add url_preview_enabled config option to turn on/off preview_url endpoint. defaults to off. 2016-04-08 18:37:15 +01:00
server.py
state.py
types.py