0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-02 01:18:25 +02:00
synapse/changelog.d
Andrew Morgan 17fa58bdd1
Add a config option to change whether unread push notification counts are per-message or per-room (#8820)
This PR adds a new config option to the `push` section of the homeserver config, `group_unread_count_by_room`. By default Synapse will group push notifications by room (so if you have 1000 unread messages, if they lie in 55 rooms, you'll see an unread count on your phone of 55).

However, it is also useful to be able to send out the true count of unread messages if desired. If `group_unread_count_by_room` is set to `false`, then with the above example, one would see an unread count of 1000 (email anyone?).
2020-11-30 18:43:54 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
8565.misc Simplify the way the HomeServer object caches its internal attributes. (#8565) 2020-11-30 13:28:44 -05:00
8617.feature Add admin API for logging in as a user (#8617) 2020-11-17 10:51:25 +00:00
8630.feature SAML: Allow specifying the IdP entityid to use. (#8630) 2020-11-19 09:57:13 -05:00
8731.misc SAML: Document allowing a clock/time difference from IdP (#8731) 2020-11-18 07:36:28 -05:00
8734.doc Clarify the usecase for an msisdn delegate (#8734) 2020-11-14 23:09:36 +00:00
8744.bugfix Improve appservice handler to send only the most recent read receipts when no stream_id is stored. (#8744) 2020-11-18 18:54:09 +00:00
8751.misc Generalise _locally_reject_invite (#8751) 2020-11-16 15:37:36 +00:00
8754.misc Generalise _maybe_store_room_on_invite (#8754) 2020-11-13 16:24:04 +00:00
8757.misc changelog 2020-11-15 23:09:03 +00:00
8758.misc Move wait_until_result into FakeChannel (#8758) 2020-11-16 18:21:47 +00:00
8759.misc Rename create_test_json_resource to create_test_resource (#8759) 2020-11-16 14:45:52 +00:00
8760.misc Add a custom_headers param to make_request (#8760) 2020-11-16 14:45:22 +00:00
8761.misc changelog 2020-11-16 18:24:08 +00:00
8765.misc Abstract shared SSO code. (#8765) 2020-11-17 09:46:23 -05:00
8770.misc Use TYPE_CHECKING instead of magic MYPY variable. (#8770) 2020-11-17 09:09:40 -05:00
8771.doc a comma too much (#8771) 2020-11-17 14:13:56 +00:00
8772.misc Add a script to sign arbitrary json objects. (#8772) 2020-11-24 12:53:00 +00:00
8773.misc Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773) 2020-11-23 08:45:23 -05:00
8774.misc Improve error checking for OIDC/SAML mapping providers (#8774) 2020-11-19 14:25:17 -05:00
8776.bugfix Consistently use room_id from federation request body (#8776) 2020-11-19 10:05:33 +00:00
8777.misc Fix tests on develop (#8777) 2020-11-18 15:43:11 +00:00
8779.doc Update turn-howto (#8779) 2020-11-24 12:52:22 +00:00
8784.misc Properly report user-agent/IP during registration of SSO users. (#8784) 2020-11-23 13:28:03 -05:00
8785.removal Remove deprecated /_matrix/client/*/admin endpoints (#8785) 2020-11-25 16:26:11 -05:00
8793.doc INSTALL: Fix setting content-type on well-known (#8793) 2020-11-23 13:01:18 +00:00
8795.doc Clarify documentation of the admin list media API (#8795) 2020-11-24 09:04:51 -05:00
8798.bugfix Fix synctl and duplicate worker spawning (#8798) 2020-11-23 15:20:49 +00:00
8801.feature Support trying multiple localparts for OpenID Connect. (#8801) 2020-11-25 10:04:22 -05:00
8806.misc Add additional type hints to HTTP client. (#8812) 2020-11-25 13:30:47 -05:00
8809.misc Add typing to membership Replication class methods (#8809) 2020-11-27 10:49:38 +00:00
8812.misc Add additional type hints to HTTP client. (#8812) 2020-11-25 13:30:47 -05:00
8815.misc Speed up remote invite rejection database call (#8815) 2020-11-25 20:06:13 +00:00
8817.bugfix Defer SIGHUP handlers to reactor. (#8817) 2020-11-26 11:18:10 +00:00
8818.doc Fix the formatting of push config section (#8818) 2020-11-25 21:02:53 +00:00
8820.feature Add a config option to change whether unread push notification counts are per-message or per-room (#8820) 2020-11-30 18:43:54 +00:00
8822.doc Improve documentation how to configure prometheus for workers (#8822) 2020-11-26 10:42:55 +00:00
8823.bugfix Strip trailing / from server_url in register_new_matrix_user (#8823) 2020-11-26 10:57:26 +00:00
8824.doc Update example prometheus console (#8824) 2020-11-26 17:41:20 +00:00
8833.removal Remove special case of pretty printing JSON responses for curl (#8833) 2020-11-27 12:37:55 +00:00
8843.feature Add force_purge option to delete-room admin api. (#8843) 2020-11-30 16:48:12 +00:00